Class ConfigurationException
Thrown when the SeclaiClient cannot be constructed due to missing or invalid configuration (e.g. no API key).
Implements
Inherited Members
Namespace: Seclai.Exceptions
Assembly: Seclai.dll
Syntax
public sealed class ConfigurationException : Exception, ISerializable
Constructors
ConfigurationException(string)
Creates a ConfigurationException with the given message.
Declaration
public ConfigurationException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message |