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

Represents errors that are thrown by the SignalR client
Inheritance: IDisposable
Afficher le fichier Open project: SignalR/SignalR Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
SetResponse ( IDisposable response ) : void

Method Details

Dispose() public méthode

Dispose of the response
public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

SignalRError() public méthode

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

ToString() public méthode

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