Standard constructor

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

Syntax

C#
public SnmpNetworkException(
	Exception sysException,
	string msg
)
Visual Basic (Declaration)
Public Sub New ( _
	sysException As Exception, _
	msg As String _
)
Visual C++
public:
SnmpNetworkException(
	Exception^ sysException, 
	String^ msg
)

Parameters

sysException
Type: System..::.Exception
System exception that caused the error
msg
Type: System..::.String
Error message

See Also