SignalRError::Exception Property

.NET Framework 4.5

The unwrapped underlying exception.

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

public:
property Exception^ Exception {
	Exception^ get ();
	private: void set (Exception^ value);
}

Property Value

Type: System::Exception
Show: