ErrorIndex Pdu value

Namespace:  SnmpSharpNet
Assembly:  SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.2.0 (0.5.2.0)

Syntax

C#
public int ErrorIndex { get; set; }
Visual Basic (Declaration)
Public Property ErrorIndex As Integer
Visual C++
public:
property int ErrorIndex {
	int get ();
	void set (int value);
}

Remarks

Error index points to the VbList entry that ErrorStatus error code refers to. Valid for all Pdu types except GetBulk requests.

Exceptions

ExceptionCondition
SnmpInvalidPduTypeExceptionThrown when property is access for GetBulk Pdu

See Also