Method | Description | |
---|---|---|
MismatchedTreeNodeException ( ) | ||
MismatchedTreeNodeException ( int expecting, Antlr.Runtime.Tree.ITreeNodeStream input ) | ||
MismatchedTreeNodeException ( string message ) | ||
MismatchedTreeNodeException ( string message, System.Exception innerException ) | ||
MismatchedTreeNodeException ( string message, int expecting, Antlr.Runtime.Tree.ITreeNodeStream input ) | ||
MismatchedTreeNodeException ( string message, int expecting, Antlr.Runtime.Tree.ITreeNodeStream input, System.Exception innerException ) | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
MismatchedTreeNodeException ( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context ) |
Method | Description | |
---|---|---|
GetObjectData ( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context ) : void |
protected MismatchedTreeNodeException ( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context ) | ||
info | System.Runtime.Serialization.SerializationInfo | |
context | System.Runtime.Serialization.StreamingContext |
public MismatchedTreeNodeException ( int expecting, Antlr.Runtime.Tree.ITreeNodeStream input ) | ||
expecting | int | |
input | Antlr.Runtime.Tree.ITreeNodeStream |
public MismatchedTreeNodeException ( string message ) | ||
message | string |
public MismatchedTreeNodeException ( string message, System.Exception innerException ) | ||
message | string | |
innerException | System.Exception |
public MismatchedTreeNodeException ( string message, int expecting, Antlr.Runtime.Tree.ITreeNodeStream input ) | ||
message | string | |
expecting | int | |
input | Antlr.Runtime.Tree.ITreeNodeStream |
public MismatchedTreeNodeException ( string message, int expecting, Antlr.Runtime.Tree.ITreeNodeStream input, System.Exception innerException ) | ||
message | string | |
expecting | int | |
input | Antlr.Runtime.Tree.ITreeNodeStream | |
innerException | System.Exception |