SignalRError Class
.NET Framework 4.5
Namespace:
Microsoft.AspNet.SignalR.Client
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Top
Top
Represents errors that are thrown by the SignalR client.
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
The SignalRError type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Exception | The unwrapped underlying exception. |
![]() | ResponseBody | The response body of the error, if it was a WebException and the response is readable. |
![]() | StatusCode | The status code of the error (if it was a WebException). |
| Name | Description | |
|---|---|---|
![]() | Dispose() | Dispose of the response. |
![]() | Dispose(Boolean) | Dispose of the response. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | Allow a SignalRError to be directly written to an output stream. (Overrides Object::ToString().) |
Show:


