Table of Contents

Class ComputeException

Namespace
Apache.Ignite.Compute
Assembly
Apache.Ignite.dll

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)

Parameters

traceId Guid

Trace id.

code int

Code.

message string

Message.

innerException Exception

Inner exception.