Class ComputeException
Compute exception base class.
[Serializable]
public sealed class ComputeException : IgniteException, ISerializable
- Inheritance
-
ComputeException
- Implements
- Inherited Members
Constructors
ComputeException(Guid, int, string?, Exception?)
Initializes a new instance of the ComputeException class.
public ComputeException(Guid traceId, int code, string? message, Exception? innerException = null)