Error status value.

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

Syntax

C#
protected Integer32 _errorStatus
Visual Basic (Declaration)
Protected _errorStatus As Integer32
Visual C++
protected:
Integer32^ _errorStatus

Remarks

See SnmpConstants class for definition of error values. If no error is encountered, this value is set to 0.

See Also