C# Класс Amazon.Extensions.NETCore.Setup.ConfigurationException

Exception for errors loading AWS options from IConfiguration object.
Наследование: System.Exception
Показать файл Открыть проект

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

Метод Описание
ConfigurationException ( string message ) : System

Construct instance of ConfigurationException

ConfigurationException ( string message, Exception exception ) : System

Construct instance of ConfigurationException

Описание методов

ConfigurationException() публичный Метод

Construct instance of ConfigurationException
public ConfigurationException ( string message ) : System
message string The error message.
Результат System

ConfigurationException() публичный Метод

Construct instance of ConfigurationException
public ConfigurationException ( string message, Exception exception ) : System
message string The error message.
exception System.Exception Original exception.
Результат System