ErrorIndex Pdu value

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public int ErrorIndex { get; set; }
Public Property ErrorIndex As Integer
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.

See Also