C# Class Ikayzo.SDL.SDLParseException

An exception describing a problem with an SDL document's structure.
Inheritance: System.FormatException
Mostrar archivo Open project: ikayzo/SDL.NET

Public Methods

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

Method Details

SDLParseException() public method

Note: Line and positioning numbering start with 1 rather than 0 to be consistent with most editors.
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

ToString() public method

public ToString ( ) : string
return string