|   | Binary | 
 Syntax
Syntax Exceptions
Exceptions| Exception | Condition | 
|---|---|
| ArgumentNullException | buffer is null | 
| ArgumentOutOfRangeException | startIndex is outside the range of the buffer -or- length is less than 0 -or- startIndex and length do not specify a valid region in the buffer | 
 See Also
See Also