Method | Description | |
---|---|---|
SDLParseException ( string description, int line, int position ) : System |
Note: Line and positioning numbering start with 1 rather than 0 to be consistent with most editors.
|
|
ToString ( ) : string |
public SDLParseException ( string description, int line, int position ) : System | ||
description | string | A description of the problem. |
line | int | The line on which the error occured or -1 for /// unknown |
position | int | The position (within the line) where the /// error occured or -1 for unknown |
return | System |