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