Class MarshallingException
- Namespace
- Apache.Ignite.Marshalling
- Assembly
- Apache.Ignite.dll
Exception thrown when an object type is not supported by the marshaller.
[Serializable]
public sealed class MarshallingException : IgniteException, ISerializable
- Inheritance
-
MarshallingException
- Implements
- Inherited Members
Constructors
MarshallingException(Guid, int, string?, Exception?)
Initializes a new instance of the MarshallingException class.
public MarshallingException(Guid traceId, int code, string? message, Exception? innerException = null)