nspectre - declarative validation for .NET

InvalidConfigurationException Constructor (String, Exception)

Creates a new instance of CompilationException.

public InvalidConfigurationException(
   string optionName,
   Exception inner
);

Parameters

optionName
The invalid configuration option.
inner
The inner exception which will be wrapped by this exception.

See Also

InvalidConfigurationException Class | NSpectre.Core.Exceptions Namespace | InvalidConfigurationException Constructor Overload List