Class ConfigurationException
An exception thrown when there are unexpected configuration issues
Inheritance
System.Object
ConfigurationException
Namespace: FunctionMonkey
Assembly: FunctionMonkey.Abstractions.dll
Syntax
public class ConfigurationException : Exception
Constructors
| Improve this Doc View SourceConfigurationException(String)
Constructor
Declaration
public ConfigurationException(string message)
Parameters
Type | Name | Description |
---|---|---|
System. |
message | The error message |