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