C# Class Microsoft.AspNet.SignalR.Client.SignalRError

Represents errors that are thrown by the SignalR client
Inheritance: IDisposable
Datei anzeigen Open project: SignalR/SignalR Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void

Dispose of the response

SignalRError ( Exception exception ) : System

Create custom SignalR based error.

ToString ( ) : string

Allow a SignalRError to be directly written to an output stream

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
SetResponse ( IDisposable response ) : void

Method Details

Dispose() public method

Dispose of the response
public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

SignalRError() public method

Create custom SignalR based error.
public SignalRError ( Exception exception ) : System
exception System.Exception The exception to unwrap
return System

ToString() public method

Allow a SignalRError to be directly written to an output stream
public ToString ( ) : string
return string