메소드 | 설명 | |
---|---|---|
EqualException ( object expected, object actual ) : System |
Creates a new instance of the EqualException class.
|
|
EqualException ( string expected, string actual, int expectedIndex, int actualIndex ) : System |
Creates a new instance of the EqualException class for string comparisons.
|
|
EqualException ( object expected, object actual ) : System.Runtime.Serialization | ||
EqualException ( object expected, object actual, bool skipPositionCheck ) : System.Runtime.Serialization |
메소드 | 설명 | |
---|---|---|
EqualException ( |
메소드 | 설명 | |
---|---|---|
CreateMessage ( ) : string | ||
ShortenAndEncode ( string value, int position, char pointer ) : string>.Tuple |
public EqualException ( object expected, object actual ) : System | ||
expected | object | The expected object value |
actual | object | The actual object value |
리턴 | System |
public EqualException ( string expected, string actual, int expectedIndex, int actualIndex ) : System | ||
expected | string | The expected string value |
actual | string | The actual string value |
expectedIndex | int | The first index in the expected string where the strings differ |
actualIndex | int | The first index in the actual string where the strings differ |
리턴 | System |
protected EqualException ( |
||
info | ||
context | ||
리턴 | System.Runtime.Serialization |
public EqualException ( object expected, object actual ) : System.Runtime.Serialization | ||
expected | object | |
actual | object | |
리턴 | System.Runtime.Serialization |
public EqualException ( object expected, object actual, bool skipPositionCheck ) : System.Runtime.Serialization | ||
expected | object | |
actual | object | |
skipPositionCheck | bool | |
리턴 | System.Runtime.Serialization |