Class InternalCodeGeneratorException
Exception generated when the internal state of the code generation cannot proceed due to an internal error
Namespace: Llvm.NET
Assembly: Llvm.NET.dll
Syntax
[Serializable]
public class InternalCodeGeneratorException : Exception, ISerializable
Constructors
InternalCodeGeneratorException() | Initializes a new instance of the InternalCodeGeneratorException class. |
InternalCodeGeneratorException(SerializationInfo, StreamingContext) | Initializes a new instance of the InternalCodeGeneratorException class from serialization |
InternalCodeGeneratorException(String) | Initializes a new instance of the InternalCodeGeneratorException class. |
InternalCodeGeneratorException(String, Exception) | Initializes a new instance of the InternalCodeGeneratorException class. |