Skip to content

OrleansTransactionInDoubtException.OrleansTransactionInDoubtException(string, string, Exception?)

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.