C# Class Material.EBDeployer.DeployLogic.Exceptions.MaterialApiException

Inheritance: System.Exception
Afficher le fichier Open project: MaterialDev/elastic-beanstalk-deploy

Méthodes publiques

Méthode Description
AddAdditionalData ( string name, object value ) : void
MaterialApiException ( ) : System
MaterialApiException ( string message, HttpStatusCode httpStatusToReturn ) : System

Method Details

AddAdditionalData() public méthode

public AddAdditionalData ( string name, object value ) : void
name string
value object
Résultat void

MaterialApiException() public méthode

public MaterialApiException ( ) : System
Résultat System

MaterialApiException() public méthode

public MaterialApiException ( string message, HttpStatusCode httpStatusToReturn ) : System
message string
httpStatusToReturn HttpStatusCode
Résultat System