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

Gets the error text for Error.

[Visual Basic]
Public ReadOnly Property ErrorText As String
[C#]
public string ErrorText {get;}
[C++]
public: __property String* get_ErrorText();
[JScript]
public function get ErrorText() : String;

See Also

SystemError Class | SystemError Members | System.Net Namespace