Table of Contents

Class TransactionException

Namespace
Apache.Ignite.Tx
Assembly
Apache.Ignite.dll

This exception is thrown if a transaction can't be finished for some reason.

[Serializable]
public sealed class TransactionException : IgniteException, ISerializable
Inheritance
TransactionException
Implements
Inherited Members

Constructors

TransactionException(Guid, int, string?, Exception?)

Initializes a new instance of the TransactionException class.

public TransactionException(Guid traceId, int code, string? message, Exception? innerException = null)

Parameters

traceId Guid

Trace id.

code int

Code.

message string

Message.

innerException Exception

Inner exception.