Skip to content

OrleansTransactionException.OrleansTransactionException(string, Exception?)

OrleansTransactionException(string, Exception?)

View source
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.