Hexadecimal data dump of the specific range of buffer values
Namespace:
SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
| C# | Visual Basic | Visual C++ |
Parameters
- start
- Int32
Start position for data dump (0 based)
- length
- Int32
Number of bytes to include in the dump
Return Value
String representation of the selected range.
Exceptions
| Exception | Condition |
|---|---|
| System..::.ArgumentOutOfRangeException | Thrown when start and length arguments point to internal byte array locations that are outside of the array bounds. |