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
Afficher le fichier Open project: griffina/SnmpSharpNet

Méthodes publiques

Méthode 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 méthode

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

SnmpPrivacyException() public méthode

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