Method | Description | |
---|---|---|
MismatchedTokenException ( ) : System.Collections.Generic | ||
MismatchedTokenException ( int expecting, IIntStream input ) : System.Collections.Generic | ||
MismatchedTokenException ( int expecting, IIntStream input, IList |
||
MismatchedTokenException ( string message ) : System.Collections.Generic | ||
MismatchedTokenException ( string message, System.Exception innerException ) : System.Collections.Generic | ||
MismatchedTokenException ( string message, int expecting, IIntStream input, IList |
||
MismatchedTokenException ( string message, int expecting, IIntStream input, IList |
||
ToString ( ) : string |
Method | Description | |
---|---|---|
MismatchedTokenException ( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context ) : System.Collections.Generic |
Method | Description | |
---|---|---|
GetObjectData ( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context ) : void |
public MismatchedTokenException ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
protected MismatchedTokenException ( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context ) : System.Collections.Generic | ||
info | System.Runtime.Serialization.SerializationInfo | |
context | System.Runtime.Serialization.StreamingContext | |
return | System.Collections.Generic |
public MismatchedTokenException ( int expecting, IIntStream input ) : System.Collections.Generic | ||
expecting | int | |
input | IIntStream | |
return | System.Collections.Generic |
public MismatchedTokenException ( int expecting, IIntStream input, IList |
||
expecting | int | |
input | IIntStream | |
tokenNames | IList |
|
return | System.Collections.Generic |
public MismatchedTokenException ( string message ) : System.Collections.Generic | ||
message | string | |
return | System.Collections.Generic |
public MismatchedTokenException ( string message, System.Exception innerException ) : System.Collections.Generic | ||
message | string | |
innerException | System.Exception | |
return | System.Collections.Generic |
public MismatchedTokenException ( string message, int expecting, IIntStream input, IList |
||
message | string | |
expecting | int | |
input | IIntStream | |
tokenNames | IList |
|
return | System.Collections.Generic |
public MismatchedTokenException ( string message, int expecting, IIntStream input, IList |
||
message | string | |
expecting | int | |
input | IIntStream | |
tokenNames | IList |
|
innerException | System.Exception | |
return | System.Collections.Generic |