C# Class Amazon.Extensions.NETCore.Setup.ConfigurationException

Exception for errors loading AWS options from IConfiguration object.
Inheritance: System.Exception
Show file Open project: aws/aws-sdk-net

Public Methods

Method Description
ConfigurationException ( string message ) : System

Construct instance of ConfigurationException

ConfigurationException ( string message, Exception exception ) : System

Construct instance of ConfigurationException

Method Details

ConfigurationException() public method

Construct instance of ConfigurationException
public ConfigurationException ( string message ) : System
message string The error message.
return System

ConfigurationException() public method

Construct instance of ConfigurationException
public ConfigurationException ( string message, Exception exception ) : System
message string The error message.
exception System.Exception Original exception.
return System