C-minor v0.0

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 → Exceptionobject

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()