Show / Hide Table of Contents

Class ConfigurationException

This exception should be used when there is a problem with the configuration of the generator. (As opposed to getting a timeout error due to a difficult input.)

Inheritance
System.Object
GeneratorException
ConfigurationException
Namespace: Edgar.Unity
Assembly: cs.temp.dll.dll
Syntax
public class ConfigurationException : GeneratorException

Constructors

ConfigurationException(String)

Declaration
public ConfigurationException(string message)
Parameters
Type Name Description
System.String message
In This Article
Back to top Generated by DocFX