C# Класс Material.EBDeployer.DeployLogic.Route53.Route53ServiceException

Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
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