Show / Hide Table of Contents

Class GeneratorException

Exception that is used inside the generator. Ideally, all exception thrown inside the generator should inherit from this exception.

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

Constructors

GeneratorException()

Declaration
public GeneratorException()

GeneratorException(String)

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