_Exception.GetType Methode
Definition
public:
Type ^ GetType();
public Type GetType ();
abstract member GetType : unit -> Type
Public Function GetType () As Type
Gibt zurück
Ein Type-Objekt, das den exakten Laufzeittyp der aktuellen Instanz darstellt.A Type object that represents the exact runtime type of the current instance.
Hinweise
Diese Methode ist für den Zugriff auf verwaltete Klassen aus nicht verwaltetem Code vorgesehen und sollte nicht aus verwaltetem Code aufgerufen werden.This method is for access to managed classes from unmanaged code and should not be called from managed code.
Die- Exception.GetType Methode ruft den Lauf Zeittyp der aktuellen Instanz ab.The Exception.GetType method gets the runtime type of the current instance.