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
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 |