메소드 | 설명 | |
---|---|---|
GetByStartAndLength ( int startOffset, int length ) : |
Gets a new instance of ArraySegmentException with a message that an array segment with a given start offset and length does not fit into the array's bounds.
|
메소드 | 설명 | |
---|---|---|
ArraySegmentException ( string message ) : System |
Initializes a new instance of ArraySegmentException.
|
public static GetByStartAndLength ( int startOffset, int length ) : |
||
startOffset | int | The start offset of the invalid segment. |
length | int | The length of the invalid segment. |
리턴 |