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;
The exception object for the method call. If an exception did not occur on the call, the value is null.
ReturnMessage Class | ReturnMessage Members | System.Runtime.Remoting Namespace