C# 클래스 ExpressiveAnnotations.Analysis.ParseErrorException

상속: System.Exception
파일 보기 프로젝트 열기: jwaliszko/ExpressiveAnnotations 1 사용 예제들

공개 메소드들

메소드 설명
ParseErrorException ( ) : System

Initializes a new instance of the ParseErrorException class.

ParseErrorException ( string message ) : System

Initializes a new instance of the ParseErrorException class.

ParseErrorException ( string message, Exception innerException ) : System

Initializes a new instance of the ParseErrorException class.

ParseErrorException ( string error, string expression, Location location ) : System

Initializes a new instance of the ParseErrorException class.

ParseErrorException ( string error, string expression, Location location, Exception innerException ) : System

Initializes a new instance of the ParseErrorException class.

비공개 메소드들

메소드 설명
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
ParseErrorException ( SerializationInfo info, StreamingContext context ) : System

메소드 상세

ParseErrorException() 공개 메소드

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

ParseErrorException() 공개 메소드

Initializes a new instance of the ParseErrorException class.
public ParseErrorException ( string message ) : System
message string The error message.
리턴 System

ParseErrorException() 공개 메소드

Initializes a new instance of the ParseErrorException class.
public ParseErrorException ( string message, Exception innerException ) : System
message string The error message.
innerException System.Exception The inner exception.
리턴 System

ParseErrorException() 공개 메소드

Initializes a new instance of the ParseErrorException class.
public ParseErrorException ( string error, string expression, Location location ) : System
error string The error message.
expression string The expression.
location Location The error location.
리턴 System

ParseErrorException() 공개 메소드

Initializes a new instance of the ParseErrorException class.
public ParseErrorException ( string error, string expression, Location location, Exception innerException ) : System
error string The error message.
expression string The expression.
location Location The error location.
innerException System.Exception The inner exception.
리턴 System