Standard constructor

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public SnmpException(
	string msg
)
Public Sub New ( _
	msg As String _
)
public:
SnmpException(
	String^ msg
)

Parameters

msg
String
SNMP Exception message

See Also