Marshal.GetExceptionPointers Yöntem

Tanım

Bir özel durumun bilgisayardan bağımsız açıklamasını ve özel durum oluştuğunda iş parçacığı için var olan durum hakkındaki bilgileri alır.

public:
 static IntPtr GetExceptionPointers();
public static IntPtr GetExceptionPointers ();
[System.Runtime.InteropServices.ComVisible(true)]
public static IntPtr GetExceptionPointers ();
[System.Runtime.InteropServices.ComVisible(true)]
[System.Security.SecurityCritical]
public static IntPtr GetExceptionPointers ();
static member GetExceptionPointers : unit -> nativeint
[<System.Runtime.InteropServices.ComVisible(true)>]
static member GetExceptionPointers : unit -> nativeint
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Security.SecurityCritical>]
static member GetExceptionPointers : unit -> nativeint
Public Shared Function GetExceptionPointers () As IntPtr

Döndürülenler

IntPtr

nativeint

EXCEPTION_POINTERS yapısının işaretçisi.

Öznitelikler

Açıklamalar

GetExceptionPointers yalnızca yapılandırılmış özel durum işleme (SEH) derleyici desteği için kullanıma sunulur.

Şunlara uygulanır