OrleansTransactionException(string, Exception?)
public OrleansTransactionException(string message, Exception? innerException) Initializes a new instance of the
OrleansTransactionException class. Parameters
messagestring- The message that describes the error.
innerExceptionException?- The exception that caused the current exception.
