Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
MismatchedRangeException ( 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 MismatchedRangeException ( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context ) | ||
info | System.Runtime.Serialization.SerializationInfo | |
context | System.Runtime.Serialization.StreamingContext |
public MismatchedRangeException ( int a, int b, IIntStream input ) | ||
a | int | |
b | int | |
input | IIntStream |
public MismatchedRangeException ( string message ) | ||
message | string |
public MismatchedRangeException ( string message, System.Exception innerException ) | ||
message | string | |
innerException | System.Exception |
public MismatchedRangeException ( string message, int a, int b, IIntStream input ) | ||
message | string | |
a | int | |
b | int | |
input | IIntStream |
public MismatchedRangeException ( string message, int a, int b, IIntStream input, System.Exception innerException ) | ||
message | string | |
a | int | |
b | int | |
input | IIntStream | |
innerException | System.Exception |