![]() |
Apache Ignite.NET
|
Indicates an error during binarization. More...
Public Member Functions | |
| BinaryObjectException () | |
| Constructs an exception. More... | |
| BinaryObjectException (string message) | |
| Initializes a new instance of the BinaryObjectException class. More... | |
| BinaryObjectException (string message, Exception cause) | |
| Initializes a new instance of the BinaryObjectException class. More... | |
Public Member Functions inherited from Apache.Ignite.Core.Common.IgniteException | |
| IgniteException () | |
| Initializes a new instance of the IgniteException class. More... | |
| IgniteException (string message) | |
| Initializes a new instance of the IgniteException class. More... | |
| IgniteException (string message, Exception cause) | |
| Initializes a new instance of the IgniteException class. More... | |
Protected Member Functions | |
| BinaryObjectException (SerializationInfo info, StreamingContext ctx) | |
| Constructs an exception. More... | |
Protected Member Functions inherited from Apache.Ignite.Core.Common.IgniteException | |
| IgniteException (SerializationInfo info, StreamingContext ctx) | |
| Initializes a new instance of the IgniteException class. More... | |
| Apache.Ignite.Core.Binary.BinaryObjectException.BinaryObjectException | ( | ) |
| Apache.Ignite.Core.Binary.BinaryObjectException.BinaryObjectException | ( | string | message | ) |
| message | The message that describes the error. |
| Apache.Ignite.Core.Binary.BinaryObjectException.BinaryObjectException | ( | string | message, |
| Exception | cause | ||
| ) |
| message | The message. |
| cause | The cause. |
|
protected |
| info | Serialization info. |
| ctx | Streaming context. |