C# Class XebiaLabs.Deployit.Client.DeployitServerConnectionException

Inheritance: System.Exception
Afficher le fichier Open project: xebialabs-community/xld-manifest-editor

Méthodes publiques

Méthode Description
DeployitServerConnectionException ( ) : System
DeployitServerConnectionException ( AggregateException ae ) : System
DeployitServerConnectionException ( String msg ) : System
DeployitServerConnectionException ( String msg, AggregateException ae ) : System

Private Methods

Méthode Description
concatMessages ( AggregateException ae ) : String
getExceptionMessages ( String seed, Exception e ) : String

Method Details

DeployitServerConnectionException() public méthode

public DeployitServerConnectionException ( ) : System
Résultat System

DeployitServerConnectionException() public méthode

public DeployitServerConnectionException ( AggregateException ae ) : System
ae System.AggregateException
Résultat System

DeployitServerConnectionException() public méthode

public DeployitServerConnectionException ( String msg ) : System
msg String
Résultat System

DeployitServerConnectionException() public méthode

public DeployitServerConnectionException ( String msg, AggregateException ae ) : System
msg String
ae System.AggregateException
Résultat System