_Exception.GetType Método

Definição

Fornece objetos COM com acesso independente de versão para o método GetType().Provides COM objects with version-independent access to the GetType() method.

public:
 Type ^ GetType();
public Type GetType ();
abstract member GetType : unit -> Type
Public Function GetType () As Type

Retornos

Type

Um objeto Type que representa o tipo de runtime exato da instância atual.A Type object that represents the exact runtime type of the current instance.

Comentários

Esse método é para acesso a classes gerenciadas de código não gerenciado e não deve ser chamado a partir de código gerenciado.This method is for access to managed classes from unmanaged code and should not be called from managed code.

O Exception.GetType método obtém o tipo de tempo de execução da instância atual.The Exception.GetType method gets the runtime type of the current instance.

Aplica-se a

Confira também