CatchBlock.Test Property

Definition

Gets the type of Exception this handler catches.

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

Property Value

The Type object representing the type of Exception this handler catches.

Applies to