Constructor InternalCodeGeneratorException
InternalCodeGeneratorException()
Initializes a new instance of the InternalCodeGeneratorException class.
public InternalCodeGeneratorException()
InternalCodeGeneratorException(string)
Initializes a new instance of the InternalCodeGeneratorException class.
public InternalCodeGeneratorException(string message)
Parameters
message
stringMessage for the exception
InternalCodeGeneratorException(string, Exception)
Initializes a new instance of the InternalCodeGeneratorException class.
public InternalCodeGeneratorException(string message, Exception inner)