OrleansTransactionTransientFailureException(string, string, Exception?)
public OrleansTransactionTransientFailureException(string transactionId, string msg, Exception? innerException) Initializes a new instance of the
OrleansTransactionTransientFailureException class. Parameters
transactionIdstring- The identifier of the aborted transaction.
msgstring- The message that describes the transient failure.
innerExceptionException?- The exception that caused the transient failure.
