C# Class Microsoft.R.Host.Client.Host.RHostDisconnectedException

Inheritance: OperationCanceledException
Mostra file Open project: Microsoft/RTVS Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
RHostDisconnectedException ( SerializationInfo info, StreamingContext context ) : System

Private Methods

Method Description
FromBrokerApiException ( BrokerApiErrorException ex ) : string

Method Details

RHostDisconnectedException() public method

public RHostDisconnectedException ( ) : System
return System

RHostDisconnectedException() public method

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

RHostDisconnectedException() public method

public RHostDisconnectedException ( CancellationToken token ) : System
token System.Threading.CancellationToken
return System

RHostDisconnectedException() protected method

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

RHostDisconnectedException() public method

public RHostDisconnectedException ( string message ) : System
message string
return System

RHostDisconnectedException() public method

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

RHostDisconnectedException() public method

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

RHostDisconnectedException() public method

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