Get/Set error code associated with the exception

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

Syntax

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

See Also