C# Class XebiaLabs.Deployit.Client.DeployitErrorException

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

Méthodes publiques

Méthode Description
DeployitErrorException ( ) : System
DeployitErrorException ( HttpStatusCode httpStatus ) : System
DeployitErrorException ( HttpStatusCode httpStatus, string error ) : System
DeployitErrorException ( string error ) : System

Method Details

DeployitErrorException() public méthode

public DeployitErrorException ( ) : System
Résultat System

DeployitErrorException() public méthode

public DeployitErrorException ( HttpStatusCode httpStatus ) : System
httpStatus HttpStatusCode
Résultat System

DeployitErrorException() public méthode

public DeployitErrorException ( HttpStatusCode httpStatus, string error ) : System
httpStatus HttpStatusCode
error string
Résultat System

DeployitErrorException() public méthode

public DeployitErrorException ( string error ) : System
error string
Résultat System