![]() |
Paradox Game Engine
v1.0.0 beta06
|
Public Member Functions | |
RuntimeException (string message) | |
RuntimeException (string message, Exception inner) | |
RuntimeException (string message, Exception inner, SourceLocation location) | |
Public Attributes | |
SourceLocation | Location |
Definition at line 20 of file RuntimeException.cs.
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.
SourceLocation Irony.Interpreter.RuntimeException.Location |
Definition at line 21 of file RuntimeException.cs.