Class ComputeException
Compute exception base class.
[Serializable]
[SuppressMessage("Microsoft.Design", "CA1032:ImplementStandardExceptionConstructors", Justification = "Ignite exceptions use a special constructor.")]
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)