Marshal.GetExceptionPointers-Methode: ()
Veröffentlicht: Oktober 2016
Ruft eine computerunabhängige Beschreibung einer Ausnahme und Informationen zu dem Zustand ab, der beim Auftreten der Ausnahme für den Thread vorlag.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (in mscorlib.dll)
Syntax
[SecurityCriticalAttribute]
[ComVisibleAttribute(true)]
public static IntPtr GetExceptionPointers()
public:
[SecurityCriticalAttribute]
[ComVisibleAttribute(true)]
static IntPtr GetExceptionPointers()
[<SecurityCriticalAttribute>]
[<ComVisibleAttribute(true)>]
static member GetExceptionPointers : unit -> nativeint
<SecurityCriticalAttribute>
<ComVisibleAttribute(True)>
Public Shared Function GetExceptionPointers As IntPtr
Rückgabewert
Type: System.IntPtr
Ein Zeiger auf eine EXCEPTION_POINTERS Struktur.
Hinweise
GetExceptionPointers wird für die Unterstützung des Compilers strukturierte Ausnahmebehandlung (SEH) nur verfügbar gemacht.
Sicherheit
requires full trust for the immediate caller. This member cannot be used by partially trusted or transparent code.
Versionsinformationen
.NET Framework
Verfügbar seit 1.1
Siehe auch
Marshal-Klasse
System.Runtime.InteropServices-Namespace
Zurück zum Anfang