C# Class AspNetEdit.Editor.Persistence.ParseException

Inheritance: HtmlizedException
显示文件 Open project: mono/aspeditor

Public Methods

Method Description
ParseException ( ILocation location, string message ) : System
ParseException ( ILocation location, string message, Exception inner ) : System

Method Details

ParseException() public method

public ParseException ( ILocation location, string message ) : System
location ILocation
message string
return System

ParseException() public method

public ParseException ( ILocation location, string message, Exception inner ) : System
location ILocation
message string
inner System.Exception
return System