C# 클래스 Microsoft.R.Host.Client.Host.RHostDisconnectedException

상속: OperationCanceledException
파일 보기 프로젝트 열기: Microsoft/RTVS 1 사용 예제들

공개 메소드들

메소드 설명
RHostDisconnectedException ( ) : System
RHostDisconnectedException ( BrokerApiErrorException ex ) : System
RHostDisconnectedException ( CancellationToken token ) : System
RHostDisconnectedException ( string message ) : System
RHostDisconnectedException ( string message, CancellationToken token ) : System
RHostDisconnectedException ( string message, Exception innerException ) : System
RHostDisconnectedException ( string message, Exception innerException, CancellationToken token ) : System

보호된 메소드들

메소드 설명
RHostDisconnectedException ( SerializationInfo info, StreamingContext context ) : System

비공개 메소드들

메소드 설명
FromBrokerApiException ( BrokerApiErrorException ex ) : string

메소드 상세

RHostDisconnectedException() 공개 메소드

public RHostDisconnectedException ( ) : System
리턴 System

RHostDisconnectedException() 공개 메소드

public RHostDisconnectedException ( BrokerApiErrorException ex ) : System
ex Microsoft.R.Host.Client.BrokerServices.BrokerApiErrorException
리턴 System

RHostDisconnectedException() 공개 메소드

public RHostDisconnectedException ( CancellationToken token ) : System
token System.Threading.CancellationToken
리턴 System

RHostDisconnectedException() 보호된 메소드

protected RHostDisconnectedException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 System

RHostDisconnectedException() 공개 메소드

public RHostDisconnectedException ( string message ) : System
message string
리턴 System

RHostDisconnectedException() 공개 메소드

public RHostDisconnectedException ( string message, CancellationToken token ) : System
message string
token System.Threading.CancellationToken
리턴 System

RHostDisconnectedException() 공개 메소드

public RHostDisconnectedException ( string message, Exception innerException ) : System
message string
innerException System.Exception
리턴 System

RHostDisconnectedException() 공개 메소드

public RHostDisconnectedException ( string message, Exception innerException, CancellationToken token ) : System
message string
innerException System.Exception
token System.Threading.CancellationToken
리턴 System