Catch<TException>.ExceptionType Property

Definition

The type of exception that the Catch block is handling.

public:
 virtual property Type ^ ExceptionType { Type ^ get(); };
public override Type ExceptionType { get; }
member this.ExceptionType : Type
Public Overrides ReadOnly Property ExceptionType As Type

Property Value

The exception type.

Applies to