HubResponse::Error Property

.NET Framework 4.5

The exception that occurs as a result of invoking the hub method.

Namespace:  Microsoft.AspNet.SignalR.Hubs
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

[JsonPropertyAttribute(L"E", NullValueHandling = NullValueHandling::Ignore)]
public:
property String^ Error {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: System::String
Returns String.
Show: