Constructor InternalCodeGeneratorException
InternalCodeGeneratorException()
Initializes a new instance of the InternalCodeGeneratorException class.
Declaration
public InternalCodeGeneratorException()
InternalCodeGeneratorException(String)
Initializes a new instance of the InternalCodeGeneratorException class.
Declaration
public InternalCodeGeneratorException(string message)
Parameters
public InternalCodeGeneratorException()
Initializes a new instance of the InternalCodeGeneratorException class.
public InternalCodeGeneratorException(string message)
Parameters
String | message | Message for the exception |
InternalCodeGeneratorException(String, Exception)
Initializes a new instance of the InternalCodeGeneratorException class.
Declaration
public InternalCodeGeneratorException(string message, Exception inner)
Parameters
public InternalCodeGeneratorException(string message, Exception inner)
String | message | Message for the exception |
Exception | inner | Inner exception |
InternalCodeGeneratorException(SerializationInfo, StreamingContext)
Initializes a new instance of the InternalCodeGeneratorException class from serialization
Declaration
protected InternalCodeGeneratorException(SerializationInfo serializationInfo, StreamingContext streamingContext)
Parameters
protected InternalCodeGeneratorException(SerializationInfo serializationInfo, StreamingContext streamingContext)
SerializationInfo | serializationInfo | Serialization Info for construction |
StreamingContext | streamingContext | Context for construction |