Skip to content

OrleansTransactionInDoubtException.OrleansTransactionInDoubtException(string, Exception?)

OrleansTransactionInDoubtException(string, Exception?)

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

Parameters

transactionIdstring
The identifier of the transaction whose outcome could not be determined.
excException?
The exception which prevented the outcome from being determined.