Class TransactionException
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)