Class IgniteClientException
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
GuidTrace id.
code
intCode.
message
stringMessage.
innerException
ExceptionInner exception.
IgniteClientException(int, string, Exception?)
Initializes a new instance of the IgniteClientException class.
public IgniteClientException(int code, string message, Exception? innerException = null)