Compartilhar via


CatchBlock.Test Propriedade

Definição

Obtém o tipo de Exception que esse manipulador captura.

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

Valor da propriedade

O Type objeto que representa o tipo desse Exception manipulador captura.

Aplica-se a