C# 클래스 Material.EBDeployer.DeployLogic.Route53.Route53ServiceException

상속: System.Exception
파일 보기 프로젝트 열기: MaterialDev/elastic-beanstalk-deploy

공개 메소드들

메소드 설명
Route53ServiceException ( ) : System

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

Route53ServiceException ( string message ) : System

메소드 상세

Route53ServiceException() 공개 메소드

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

Route53ServiceException() 공개 메소드

public Route53ServiceException ( string message ) : System
message string
리턴 System