C# 클래스 Antlr.Runtime.MismatchedRangeException

상속: RecognitionException
파일 보기 프로젝트 열기: antlr/antlrcs 1 사용 예제들

공개 메소드들

메소드 설명
MismatchedRangeException ( )
MismatchedRangeException ( int a, int b, IIntStream input )
MismatchedRangeException ( string message )
MismatchedRangeException ( string message, System.Exception innerException )
MismatchedRangeException ( string message, int a, int b, IIntStream input )
MismatchedRangeException ( string message, int a, int b, IIntStream input, System.Exception innerException )
ToString ( ) : string

보호된 메소드들

메소드 설명
MismatchedRangeException ( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context )

비공개 메소드들

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

메소드 상세

MismatchedRangeException() 공개 메소드

MismatchedRangeException() 보호된 메소드

protected MismatchedRangeException ( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context )
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext

MismatchedRangeException() 공개 메소드

public MismatchedRangeException ( int a, int b, IIntStream input )
a int
b int
input IIntStream

MismatchedRangeException() 공개 메소드

public MismatchedRangeException ( string message )
message string

MismatchedRangeException() 공개 메소드

public MismatchedRangeException ( string message, System.Exception innerException )
message string
innerException System.Exception

MismatchedRangeException() 공개 메소드

public MismatchedRangeException ( string message, int a, int b, IIntStream input )
message string
a int
b int
input IIntStream

MismatchedRangeException() 공개 메소드

public MismatchedRangeException ( string message, int a, int b, IIntStream input, System.Exception innerException )
message string
a int
b int
input IIntStream
innerException System.Exception

ToString() 공개 메소드

public ToString ( ) : string
리턴 string