Exception
In Metalama, when you have your own try
/catch
, this is the exception variable of the catch
block.
Declaration
[Obsolete("In Metalama, when you have your own <c>try</c>/<c>catch</c>, this is the exception variable of the <c>catch</c> block.", false)]
public Exception Exception { get; set; }
Property Value
Type | Description |
---|---|
Exception |