C# Класс 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.
Наследование: SnmpException
Показать файл Открыть проект

Открытые методы

Метод Описание
SnmpPrivacyException ( Exception ex, string msg ) : System

Constructor initializes error message and parent exception

SnmpPrivacyException ( string msg ) : System

Standard constructor initializes the exceptione error message

Описание методов

SnmpPrivacyException() публичный Метод

Constructor initializes error message and parent exception
public SnmpPrivacyException ( Exception ex, string msg ) : System
ex System.Exception Parent exception
msg string Error message
Результат System

SnmpPrivacyException() публичный Метод

Standard constructor initializes the exceptione error message
public SnmpPrivacyException ( string msg ) : System
msg string Error message
Результат System