Remove array byte members starting with position start for the length length bytes.
Namespace:
SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
| C# | Visual Basic | Visual C++ |
Exceptions
| Exception | Condition |
|---|---|
| System..::.ArgumentOutOfRangeException | Thrown if internal buffer is null or length zero, if start argument is less then zero or past the end of the internal byte array, and if argument count is greater then length of the internal byte array, start + count is past greater then the length of the buffer array or if argument count is less then 1. |