ReturnMessage.Exception Property

Definition

Gets the exception that was thrown during the remote method call.

public:
 property Exception ^ Exception { Exception ^ get(); };
public Exception Exception { get; }
public Exception Exception { [System.Security.SecurityCritical] get; }
member this.Exception : Exception
[<get: System.Security.SecurityCritical>]
member this.Exception : Exception
Public ReadOnly Property Exception As Exception

Property Value

The exception thrown during the method call, or null if an exception did not occur during the call.

Implements

Attributes

Applies to