C# Class SnmpSharpNet.SnmpErrorStatusException

Exception thrown by SimpleSnmp methods when SNMP request returned a SnmpStatus error in the reply and SuppressExceptions flag is set to false.
Inheritance: System.Exception
Afficher le fichier Open project: griffina/SnmpSharpNet

Protected Properties

Свойство Type Description
_errorIndex int
_errorStatus int

Méthodes publiques

Méthode Description
SnmpErrorStatusException ( ) : System

Constructor

SnmpErrorStatusException ( string msg, int status, int index ) : System

Constructor

Method Details

SnmpErrorStatusException() public méthode

Constructor
public SnmpErrorStatusException ( ) : System
Résultat System

SnmpErrorStatusException() public méthode

Constructor
public SnmpErrorStatusException ( string msg, int status, int index ) : System
msg string Exception message
status int ErrorStatus value
index int ErrorIndex value
Résultat System

Property Details

_errorIndex protected_oe property

SNMP reply ErrorIndex value
protected int _errorIndex
Résultat int

_errorStatus protected_oe property

SNMP reply ErrorStatus value
protected int _errorStatus
Résultat int