Table of Contents

Class IgniteClientException

Namespace
Apache.Ignite
Assembly
Apache.Ignite.dll

Ignite thin client exception.

[Serializable]
public class IgniteClientException : IgniteException, ISerializable
Inheritance
IgniteClientException
Implements
Derived
Inherited Members

Constructors

IgniteClientException(Guid, int, string, Exception?)

Initializes a new instance of the IgniteClientException class.

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

Parameters

traceId Guid

Trace id.

code int

Code.

message string

Message.

innerException Exception

Inner exception.

IgniteClientException(int, string, Exception?)

Initializes a new instance of the IgniteClientException class.

public IgniteClientException(int code, string message, Exception? innerException = null)

Parameters

code int

Code.

message string

Message.

innerException Exception

Inner exception.