Table of Contents

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)

Parameters

traceId Guid

Trace id.

code int

Code.

message string

Message.

innerException Exception

Inner exception.