C# Class Sharpen.ParseException

Inheritance: System.Exception
Show file Open project: nonorganic/dssnet

Public Methods

Method Description
ParseException ( ) : System
ParseException ( string msg, int errorOffset ) : System

Method Details

ParseException() public method

public ParseException ( ) : System
return System

ParseException() public method

public ParseException ( string msg, int errorOffset ) : System
msg string
errorOffset int
return System