C# 클래스 XSpect.Yacq.ParseException

The exception that is thrown when the language system encountered errors about parsing.
상속: System.Exception
파일 보기 프로젝트 열기: takeshik/yacq

공개 메소드들

메소드 설명
ParseException ( ) : System

Initializes a new instance of the ParseException class.

ParseException ( String message ) : System

Initializes a new instance of the ParseException class.

ParseException ( String message, Exception innerException ) : System

Initializes a new instance of the ParseException class.

ParseException ( String message, Exception innerException, Expression expression ) : System

Initializes a new instance of the ParseException class.

ParseException ( String message, Exception innerException, Expression expression, Position startPosition, Position endPosition ) : System

Initializes a new instance of the ParseException class.

ParseException ( String message, Exception innerException, Position position ) : System

Initializes a new instance of the ParseException class.

ParseException ( String message, Exception innerException, Position startPosition, Position endPosition ) : System

Initializes a new instance of the ParseException class.

ParseException ( String message, Expression expression ) : System

Initializes a new instance of the ParseException class.

ParseException ( String message, Expression expression, Position startPosition, Position endPosition ) : System

Initializes a new instance of the ParseException class.

ParseException ( String message, Position position ) : System

Initializes a new instance of the ParseException class.

ParseException ( String message, Position startPosition, Position endPosition ) : System

Initializes a new instance of the ParseException class.

비공개 메소드들

메소드 설명
GetPositionString ( Expression expression, Nullable startPosition, Nullable endPosition ) : String
ParseException ( String message, Exception innerException, Expression expression, Nullable startPosition, Nullable endPosition ) : System

메소드 상세

ParseException() 공개 메소드

Initializes a new instance of the ParseException class.
public ParseException ( ) : System
리턴 System

ParseException() 공개 메소드

Initializes a new instance of the ParseException class.
public ParseException ( String message ) : System
message String The error message that explains the reason for the exception.
리턴 System

ParseException() 공개 메소드

Initializes a new instance of the ParseException class.
public ParseException ( String message, Exception innerException ) : System
message String The error message that explains the reason for the exception.
innerException System.Exception The exception that is the cause of the current exception. If the parameter is not null, the current exception is raised in a catch block that handles the inner exception.
리턴 System

ParseException() 공개 메소드

Initializes a new instance of the ParseException class.
public ParseException ( String message, Exception innerException, Expression expression ) : System
message String The error message that explains the reason for the exception.
innerException System.Exception The exception that is the cause of the current exception. If the parameter is not null, the current exception is raised in a catch block that handles the inner exception.
expression System.Linq.Expressions.Expression The expression that explains the cause of the expression.
리턴 System

ParseException() 공개 메소드

Initializes a new instance of the ParseException class.
public ParseException ( String message, Exception innerException, Expression expression, Position startPosition, Position endPosition ) : System
message String The error message that explains the reason for the exception.
innerException System.Exception The exception that is the cause of the current exception. If the parameter is not null, the current exception is raised in a catch block that handles the inner exception.
expression System.Linq.Expressions.Expression The expression that explains the cause of the expression.
startPosition Position The start position in the source for the exception.
endPosition Position The end position in the source for the exception.
리턴 System

ParseException() 공개 메소드

Initializes a new instance of the ParseException class.
public ParseException ( String message, Exception innerException, Position position ) : System
message String The error message that explains the reason for the exception.
innerException System.Exception The exception that is the cause of the current exception. If the parameter is not null, the current exception is raised in a catch block that handles the inner exception.
position Position The position in the source for the exception.
리턴 System

ParseException() 공개 메소드

Initializes a new instance of the ParseException class.
public ParseException ( String message, Exception innerException, Position startPosition, Position endPosition ) : System
message String The error message that explains the reason for the exception.
innerException System.Exception The exception that is the cause of the current exception. If the parameter is not null, the current exception is raised in a catch block that handles the inner exception.
startPosition Position The start position in the source for the exception.
endPosition Position The end position in the source for the exception.
리턴 System

ParseException() 공개 메소드

Initializes a new instance of the ParseException class.
public ParseException ( String message, Expression expression ) : System
message String The error message that explains the reason for the exception.
expression System.Linq.Expressions.Expression The expression that explains the cause of the expression.
리턴 System

ParseException() 공개 메소드

Initializes a new instance of the ParseException class.
public ParseException ( String message, Expression expression, Position startPosition, Position endPosition ) : System
message String The error message that explains the reason for the exception.
expression System.Linq.Expressions.Expression The expression that explains the cause of the expression.
startPosition Position The start position in the source for the exception.
endPosition Position The end position in the source for the exception.
리턴 System

ParseException() 공개 메소드

Initializes a new instance of the ParseException class.
public ParseException ( String message, Position position ) : System
message String The error message that explains the reason for the exception.
position Position The position in the source for the exception.
리턴 System

ParseException() 공개 메소드

Initializes a new instance of the ParseException class.
public ParseException ( String message, Position startPosition, Position endPosition ) : System
message String The error message that explains the reason for the exception.
startPosition Position The start position in the source for the exception.
endPosition Position The end position in the source for the exception.
리턴 System