_Exception.GetType Metodo
Definizione
public:
Type ^ GetType();
public Type GetType ();
abstract member GetType : unit -> Type
Public Function GetType () As Type
Restituisce
Oggetto Type che rappresenta il tipo runtime dell'istanza corrente.A Type object that represents the exact runtime type of the current instance.
Commenti
Questo metodo consente l'accesso alle classi gestite da codice non gestito e non deve essere chiamato dal codice gestito.This method is for access to managed classes from unmanaged code and should not be called from managed code.
Il Exception.GetType metodo ottiene il tipo di runtime dell'istanza corrente.The Exception.GetType method gets the runtime type of the current instance.