SignalRError Class
.NET Framework 4.5
Namespace:
Microsoft.AspNet.SignalR.Client
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Top
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 | |
|---|---|---|
![]() | SignalRError | Initializes a new instance of SignalRError class with the specified exception. |
| Name | Description | |
|---|---|---|
![]() | Exception | Gets or sets the unwrapped underlying exception. |
![]() | ResponseBody | Gets or sets the response body of the error, if it was a WebException and the response is readable. |
![]() | StatusCode | Gets or sets the status code of the error (if it was a WebException). |
| Name | Description | |
|---|---|---|
![]() | Dispose() | Releases the resources used by the current instance of the SignalRError class. |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the current instance of the DefaultDependencyResolver class and optionally releases the managed resources. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | Returns the string representation of this SignalR error. (Overrides Object::ToString().) |
Show:
