Class MarshallerException
This exception is caused by a failure to marshall or unmarshall a value. The failure can be due to a value not matching the a schema or to another reason.
[Serializable]
public sealed class MarshallerException : IgniteException, ISerializable
- Inheritance
-
MarshallerException
- Implements
- Inherited Members
Constructors
MarshallerException(Guid, int, string?, Exception?)
Initializes a new instance of the MarshallerException class.
public MarshallerException(Guid traceId, int code, string? message, Exception? innerException = null)