NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Marshal.GetExceptionPointers

[To be supplied.]

[Visual Basic]
Public Shared Function GetExceptionPointers( _
   ByVal e As Exception _
) As Integer
[C#]
public static int GetExceptionPointers(
   Exception e
);
[C++]
public: static int GetExceptionPointers(
   Exception* e
);
[JScript]
public static function GetExceptionPointers(
   e : Exception
) : int;

Parameters

e
[To be supplied.]

See Also

Marshal Class | Marshal Members | System.Runtime.InteropServices Namespace