Bound |
public BoundStream( Stream baseStream, long startBoundary, long endBoundary, bool leaveOpen )
Exception | Condition |
---|---|
ArgumentNullException | baseStream is null. |
ArgumentOutOfRangeException | startBoundary is less than zero. -or- endBoundary is greater than or equal to zero -and- is less than startBoundary. |