Method | Description | |
---|---|---|
AddLocation ( int line, int column ) : void | ||
ExecutionError ( string message ) : System | ||
ExecutionError ( string message, |
public AddLocation ( int line, int column ) : void | ||
line | int | |
column | int | |
return | void |
public ExecutionError ( string message ) : System | ||
message | string | |
return | System |
public ExecutionError ( string message, |
||
message | string | |
innerException | ||
return | System |