Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
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. |
return |