Catch.ExceptionType Property

Definition

The type of exception that the Catch block is handling.

public:
 abstract property Type ^ ExceptionType { Type ^ get(); };
public abstract Type ExceptionType { get; }
member this.ExceptionType : Type
Public MustOverride ReadOnly Property ExceptionType As Type

Property Value

The exception type.

Applies to