C# Class Material.EBDeployer.DeployLogic.Route53.Route53ServiceException

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

Méthodes publiques

Méthode Description
Route53ServiceException ( ) : System

Default Constructor provided for testability. Should not be used to throw real exceptions.

Route53ServiceException ( string message ) : System

Method Details

Route53ServiceException() public méthode

Default Constructor provided for testability. Should not be used to throw real exceptions.
public Route53ServiceException ( ) : System
Résultat System

Route53ServiceException() public méthode

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