MetalamaAPI documentationPost­Sharp API migrationPost­Sharp.​AspectsMethod­Execution­ArgsException
Open sandboxFocus

MethodExecutionArgs.Exception Property

Exception

In Metalama, when you have your own try/catch, this is the exception variable of the catch block.

Declaration
public Exception Exception { get; set; }
Property Value
Type Description
System.Exception