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!

ReturnMessage.Exception

The exception object for the method call.

[Visual Basic]
Overridable Public ReadOnly Property Exception As Exception
[C#]
public Exception Exception {virtual get;}
[C++]
public: __property virtual Exception* get_Exception();
[JScript]
public function get Exception() : Exception;

Property Value

The exception object for the method call. If an exception did not occur on the call, the value is null.

See Also

ReturnMessage Class | ReturnMessage Members | System.Runtime.Remoting Namespace