ErrorStatus Pdu value

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

Syntax

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

Remarks

Stores error status returned by the SNMP agent. Value 0 represents no error. Valid for all Pdu types except GetBulk requests.

Exceptions

ExceptionCondition
SnmpInvalidPduTypeExceptionThrown when property is access for GetBulk Pdu

See Also