C# 클래스 Microsoft.AspNet.SignalR.Client.SignalRError

Represents errors that are thrown by the SignalR client
상속: IDisposable
파일 보기 프로젝트 열기: SignalR/SignalR 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
SetResponse ( IDisposable response ) : void

메소드 상세

Dispose() 공개 메소드

Dispose of the response
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

SignalRError() 공개 메소드

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

ToString() 공개 메소드

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