CodeException Class
Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor
Represents an error in a CodeFile/>
public class CodeException : Exception,
System.Runtime.Serialization.ISerializable
Inheritance
CodeException → Exception → object
Interfaces
System.Runtime.Serialization.ISerializable
Constructors
CodeException(string, Nullable<Lexical.CodePosition>) | Constructs a new CodeException |
CodeException(string, Exception, Nullable<Lexical.CodePosition>) | Constructs a new CodeException |
Properties
Position | The position in the CodeFile where the error occurred (can be null) |
Overridden & Inherited
ToString() |