Class IgniteException
Ignite exception.
[Serializable]
public class IgniteException : Exception, ISerializable
- Inheritance
-
IgniteException
- Implements
- Derived
- Inherited Members
Constructors
IgniteException(Guid, int, string?, Exception?)
Initializes a new instance of the IgniteException class.
public IgniteException(Guid traceId, int code, string? message, Exception? innerException = null)
Parameters
traceId
GuidTrace id.
code
intCode.
message
stringMessage.
innerException
ExceptionInner exception.
Properties
Code
Gets the full exception code.
public int Code { get; }
Property Value
CodeAsString
Gets the code as string.
public string CodeAsString { get; }
Property Value
ErrorCode
Gets the error code.
public short ErrorCode { get; }
Property Value
ErrorPrefix
Gets the group error prefix.
public string ErrorPrefix { get; }
Property Value
GroupCode
Gets the group code.
public short GroupCode { get; }
Property Value
GroupName
Gets the group name.
public string GroupName { get; }
Property Value
TraceId
Gets the trace id (correlation id).
public Guid TraceId { get; }