C# Class XebiaLabs.Deployit.Client.DeployitServerConnectionException

Inheritance: System.Exception
Datei anzeigen Open project: xebialabs-community/xld-manifest-editor

Public Methods

Method Description
DeployitServerConnectionException ( ) : System
DeployitServerConnectionException ( AggregateException ae ) : System
DeployitServerConnectionException ( String msg ) : System
DeployitServerConnectionException ( String msg, AggregateException ae ) : System

Private Methods

Method Description
concatMessages ( AggregateException ae ) : String
getExceptionMessages ( String seed, Exception e ) : String

Method Details

DeployitServerConnectionException() public method

public DeployitServerConnectionException ( ) : System
return System

DeployitServerConnectionException() public method

public DeployitServerConnectionException ( AggregateException ae ) : System
ae System.AggregateException
return System

DeployitServerConnectionException() public method

public DeployitServerConnectionException ( String msg ) : System
msg String
return System

DeployitServerConnectionException() public method

public DeployitServerConnectionException ( String msg, AggregateException ae ) : System
msg String
ae System.AggregateException
return System