Class GeneratorException
Inheritance
GeneratorException
Assembly: cs.temp.dll.dll
Syntax
public class GeneratorException : Exception
Constructors
GeneratorException(IGeneratorEntity, String)
Declaration
public GeneratorException(IGeneratorEntity generatorEntity, string message)
Parameters
GeneratorException(SerializationInfo, StreamingContext)
Declaration
public GeneratorException(SerializationInfo info, StreamingContext context)
Parameters
Type |
Name |
Description |
SerializationInfo |
info |
|
StreamingContext |
context |
|
GeneratorException(String)
Declaration
public GeneratorException(string message)
Parameters
Type |
Name |
Description |
String |
message |
|
GeneratorException(String, Exception)
Declaration
public GeneratorException(string message, Exception innerException)
Parameters
Type |
Name |
Description |
String |
message |
|
Exception |
innerException |
|
Fields
GeneratorEntity
Declaration
public IGeneratorEntity GeneratorEntity
Field Value