ExceptionType
Gets or sets the type of exceptions that are caught by this aspect.
Declaration
public TypeIdentity ExceptionType { get; set; }
Property Value
Type | Description |
---|---|
TypeIdentity |
Remarks
If this property is null
, any Exception shall be caught.