[To be supplied.]
[Visual Basic] Public Shared Function GetExceptionCode( _ ByVal e As Exception _ ) As Integer [C#] public static int GetExceptionCode( Exception e ); [C++] public: static int GetExceptionCode( Exception* e ); [JScript] public static function GetExceptionCode( e : Exception ) : int;
Marshal Class | Marshal Members | System.Runtime.InteropServices Namespace