Table of Contents

Class MarshallerException

Namespace
Apache.Ignite
Assembly
Apache.Ignite.dll

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)

Parameters

traceId Guid

Trace id.

code int

Code.

message string

Message.

innerException Exception

Inner exception.