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!

SystemError.LastSystemError

Creates a new instance of the SystemError class for the latest system error.

[Visual Basic]
Public Shared ReadOnly Property LastSystemError As SystemError
[C#]
public static SystemError LastSystemError {get;}
[C++]
public: __property static SystemError* get_LastSystemError();
[JScript]
public static function get LastSystemError() : SystemError;

See Also

SystemError Class | SystemError Members | System.Net Namespace