Class TransactionException
This exception is thrown if a transaction can't be finished for some reason.
[Serializable]
[SuppressMessage("Microsoft.Design", "CA1032:ImplementStandardExceptionConstructors", Justification = "Ignite exceptions use a special constructor.")]
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)