Share via


SignalRError.Exception Property

.NET Framework 4

The unwrapped underlying exception

Namespace:  Microsoft.AspNet.SignalR.Client
Assembly:  Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)

Syntax

'Declaration
Public Property Exception As Exception 
    Get 
    Private Set
'Usage
Dim instance As SignalRError 
Dim value As Exception 

value = instance.Exception
public Exception Exception { get; private set; }
public:
property Exception^ Exception {
    Exception^ get ();
    private: void set (Exception^ value);
}
member Exception : Exception with get, private set
function get Exception () : Exception 
private function set Exception (value : Exception)

Property Value

Type: System.Exception
Returns Exception.

See Also

Reference

SignalRError Class

Microsoft.AspNet.SignalR.Client Namespace