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.Error

Gets or sets the error number.

[Visual Basic]
Public Property Error As Integer
[C#]
public int Error {get; set;}
[C++]
public: __property int get_Error();
public: __property void set_Error(int);
[JScript]
public function get Error() : int;
public function set Error(int);

See Also

SystemError Class | SystemError Members | System.Net Namespace