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

Inheritance: OperationCanceledException
Afficher le fichier Open project: Microsoft/RTVS Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
RHostDisconnectedException ( SerializationInfo info, StreamingContext context ) : System

Private Methods

Méthode Description
FromBrokerApiException ( BrokerApiErrorException ex ) : string

Method Details

RHostDisconnectedException() public méthode

public RHostDisconnectedException ( ) : System
Résultat System

RHostDisconnectedException() public méthode

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

RHostDisconnectedException() public méthode

public RHostDisconnectedException ( CancellationToken token ) : System
token System.Threading.CancellationToken
Résultat System

RHostDisconnectedException() protected méthode

protected RHostDisconnectedException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

RHostDisconnectedException() public méthode

public RHostDisconnectedException ( string message ) : System
message string
Résultat System

RHostDisconnectedException() public méthode

public RHostDisconnectedException ( string message, CancellationToken token ) : System
message string
token System.Threading.CancellationToken
Résultat System

RHostDisconnectedException() public méthode

public RHostDisconnectedException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System

RHostDisconnectedException() public méthode

public RHostDisconnectedException ( string message, Exception innerException, CancellationToken token ) : System
message string
innerException System.Exception
token System.Threading.CancellationToken
Résultat System