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 SnmpNetworkException(
	Exception sysException,
	string msg
)
Public Sub New ( _
	sysException As Exception, _
	msg As String _
)
public:
SnmpNetworkException(
	Exception^ sysException, 
	String^ msg
)

Parameters

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

See Also