OrleansBrokenTransactionLockException(string, string, Exception?)
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.
