Class BinaryObjectException
Indicates an error during binarization.
Namespace: Apache.Ignite.Core.Binary
Assembly: Apache.Ignite.Core.dll
Syntax
public class BinaryObjectException : IgniteException
Constructors
BinaryObjectException()
Constructs an exception.
Declaration
public BinaryObjectException()
BinaryObjectException(SerializationInfo, StreamingContext)
Constructs an exception.
Declaration
protected BinaryObjectException(SerializationInfo info, StreamingContext ctx)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | Serialization info. |
StreamingContext | ctx | Streaming context. |
BinaryObjectException(String)
Initializes a new instance of the BinaryObjectException class.
Declaration
public BinaryObjectException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message that describes the error. |
BinaryObjectException(String, Exception)
Initializes a new instance of the BinaryObjectException class.
Declaration
public BinaryObjectException(string message, Exception cause)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message. |
Exception | cause | The cause. |