C# Class SnmpSharpNet.SnmpPrivacyException

Privacy encryption or decryption exception
Exception thrown when errors were encountered related to the privacy protocol encryption and decryption operations. Use ParentException field to get the causing error details.
Inheritance: SnmpException
显示文件 Open project: griffina/SnmpSharpNet

Public Methods

Method Description
SnmpPrivacyException ( Exception ex, string msg ) : System

Constructor initializes error message and parent exception

SnmpPrivacyException ( string msg ) : System

Standard constructor initializes the exceptione error message

Method Details

SnmpPrivacyException() public method

Constructor initializes error message and parent exception
public SnmpPrivacyException ( Exception ex, string msg ) : System
ex System.Exception Parent exception
msg string Error message
return System

SnmpPrivacyException() public method

Standard constructor initializes the exceptione error message
public SnmpPrivacyException ( string msg ) : System
msg string Error message
return System