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)

Syntax

'Declaration
<JsonPropertyAttribute("E")> _
Public Property Error As String 
    Get 
    Set
'Usage
Dim instance As HubResult 
Dim value As String 

value = instance.Error

instance.Error = value
[JsonPropertyAttribute("E")]
public string Error { get; set; }
[JsonPropertyAttribute(L"E")]
public:
property String^ Error {
    String^ get ();
    void set (String^ value);
}
[<JsonPropertyAttribute("E")>]
member Error : string with get, set
function get Error () : String 
function set Error (value : String)

Property Value

Type: System.String

See Also

Reference

HubResult Class

Microsoft.AspNet.SignalR.Client.Hubs Namespace