Skip to content

OrleansTransactionInDoubtException Constructors

Signifies that the runtime is unable to determine whether a transaction has committed.

OrleansTransactionInDoubtException(string, string, Exception?)

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

Parameters

transactionIdstring
The identifier of the transaction whose outcome could not be determined.
msgstring
Additional information about the indeterminate outcome.
innerExceptionException?
The exception which prevented the outcome from being determined.