C# Class Harness.Settings.SettingsLoaderException

Represents exceptions thrown by the ISettingsLoader.
Inheritance: Exception
Mostrar archivo Open project: AMCN41R/harness

Public Methods

Method Description
SettingsLoaderException ( string message ) : System

Initializes a new instance of the SettingsLoaderException class.

SettingsLoaderException ( string message, Exception innerException ) : System

Initializes a new instance of the SettingsLoaderException class.

Method Details

SettingsLoaderException() public method

Initializes a new instance of the SettingsLoaderException class.
public SettingsLoaderException ( string message ) : System
message string The message that describes the error.
return System

SettingsLoaderException() public method

Initializes a new instance of the SettingsLoaderException class.
public SettingsLoaderException ( string message, Exception innerException ) : System
message string The message that describes the error.
innerException Exception The exception that is the cause of the current exception.
return System