C# 클래스 AspNetEdit.Editor.Persistence.ParseException

상속: HtmlizedException
파일 보기 프로젝트 열기: mono/aspeditor

공개 메소드들

메소드 설명
ParseException ( ILocation location, string message ) : System
ParseException ( ILocation location, string message, Exception inner ) : System

메소드 상세

ParseException() 공개 메소드

public ParseException ( ILocation location, string message ) : System
location ILocation
message string
리턴 System

ParseException() 공개 메소드

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