_Exception.GetType Método
Definição
public:
Type ^ GetType();
public Type GetType ();
abstract member GetType : unit -> Type
Public Function GetType () As Type
Retornos
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.