C# Class Harness.Settings.SettingsBuilderException

Represents errors thrown by the SettingsBuilder class and its extensions.
Inheritance: Exception
Mostrar archivo Open project: AMCN41R/harness

Public Methods

Method Description
SettingsBuilderException ( string message ) : System

Initializes a new instance of the SettingsBuilderException class.

Method Details

SettingsBuilderException() public method

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