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!

IMethodReturnMessage.Exception

[To be supplied.]

[Visual Basic]
ReadOnly Property Exception As Exception
[C#]
Exception Exception {get;}
[C++]
Exception* get_Exception() = 0;
[JScript]
abstract function get Exception() : Exception;

See Also

IMethodReturnMessage Interface | IMethodReturnMessage Members | System.Runtime.Remoting Namespace