SignalRError Class
.NET Framework 4
Represents errors that are thrown by the SignalR client
Inheritance Hierarchy
System.Object
Microsoft.AspNet.SignalR.Client.SignalRError
Namespace: Microsoft.AspNet.SignalR.Client
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Syntax
'Declaration
Public Class SignalRError _
Implements IDisposable
'Usage
Dim instance As SignalRError
public class SignalRError : IDisposable
public ref class SignalRError : IDisposable
type SignalRError =
class
interface IDisposable
end
public class SignalRError implements IDisposable
The SignalRError type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SignalRError | Create custom SignalR based error. |
Top
Properties
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) |
Top
Methods
Name | Description | |
---|---|---|
Dispose() | Dispose of the response | |
Dispose(Boolean) | ||
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().) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.