Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
Irony.Interpreter.RuntimeException Class Reference
Inheritance diagram for Irony.Interpreter.RuntimeException:
Exception

Public Member Functions

 RuntimeException (string message)
 
 RuntimeException (string message, Exception inner)
 
 RuntimeException (string message, Exception inner, SourceLocation location)
 

Public Attributes

SourceLocation Location
 

Detailed Description

Definition at line 20 of file RuntimeException.cs.

Constructor & Destructor Documentation

Irony.Interpreter.RuntimeException.RuntimeException ( string  message)

Definition at line 22 of file RuntimeException.cs.

Irony.Interpreter.RuntimeException.RuntimeException ( string  message,
Exception  inner 
)

Definition at line 23 of file RuntimeException.cs.

Irony.Interpreter.RuntimeException.RuntimeException ( string  message,
Exception  inner,
SourceLocation  location 
)

Definition at line 24 of file RuntimeException.cs.

Member Data Documentation

SourceLocation Irony.Interpreter.RuntimeException.Location

Definition at line 21 of file RuntimeException.cs.


The documentation for this class was generated from the following file: