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