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

Inheritance: System.Exception
Exibir arquivo Open project: MaterialDev/elastic-beanstalk-deploy

Public Methods

Method Description
Route53ServiceException ( ) : System

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

Route53ServiceException ( string message ) : System

Method Details

Route53ServiceException() public method

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

Route53ServiceException() public method

public Route53ServiceException ( string message ) : System
message string
return System