C# 클래스 ComponentFactory.Quicksilver.Binding.ParseException

Exception indicating error parsing an input string.
상속: System.ApplicationException
파일 보기 프로젝트 열기: ComponentFactory/Quicksilver

공개 메소드들

메소드 설명
ParseException ( int index, string message ) : System

Initialize a new instance of the ParseException instance.

메소드 상세

ParseException() 공개 메소드

Initialize a new instance of the ParseException instance.
public ParseException ( int index, string message ) : System
index int Index of character position associated with error.
message string Error message.
리턴 System