Standard constructor

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

Syntax

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

Parameters

msg
Type: System..::.String
SNMP Exception message

See Also