HubResult::Error Property

.NET Framework 4.5

The error message returned from the hub invocation.

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

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

Property Value

Type: System::String
Show: