Skip to content

OrleansBrokenTransactionLockException.OrleansBrokenTransactionLockException(string, string, Exception?)

OrleansBrokenTransactionLockException(string, string, Exception?)

View source
public OrleansBrokenTransactionLockException(string transactionId, string situation, Exception? innerException)
Initializes a new instance of the OrleansBrokenTransactionLockException class.

Parameters

transactionIdstring
The identifier of the aborted transaction.
situationstring
The transaction phase or condition in which the broken lock was detected.
innerExceptionException?
The exception associated with the broken lock.