CatchBlock.Test Propriedade

Definição

Obtém o tipo de Exception que esse manipulador captura.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

Valor da propriedade

Type

O Type objeto que representa o tipo desse Exception manipulador captura.The Type object representing the type of Exception this handler catches.

Aplica-se a