Table of Contents

Class UnmarshallingException

Namespace
Apache.Ignite.Marshalling
Assembly
Apache.Ignite.dll

Exception thrown when unmarshalling failed.

[Serializable]
public sealed class UnmarshallingException : IgniteException, ISerializable
Inheritance
UnmarshallingException
Implements
Inherited Members

Constructors

UnmarshallingException(Guid, int, string?, Exception?)

Initializes a new instance of the UnmarshallingException class.

public UnmarshallingException(Guid traceId, int code, string? message, Exception? innerException = null)

Parameters

traceId Guid

Trace id.

code int

Code.

message string

Message.

innerException Exception

Inner exception.