C# 클래스 SnmpSharpNet.SnmpErrorStatusException

Exception thrown by SimpleSnmp methods when SNMP request returned a SnmpStatus error in the reply and SuppressExceptions flag is set to false.
상속: System.Exception
파일 보기 프로젝트 열기: griffina/SnmpSharpNet

보호된 프로퍼티들

프로퍼티 타입 설명
_errorIndex int
_errorStatus int

공개 메소드들

메소드 설명
SnmpErrorStatusException ( ) : System

Constructor

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

Constructor

메소드 상세

SnmpErrorStatusException() 공개 메소드

Constructor
public SnmpErrorStatusException ( ) : System
리턴 System

SnmpErrorStatusException() 공개 메소드

Constructor
public SnmpErrorStatusException ( string msg, int status, int index ) : System
msg string Exception message
status int ErrorStatus value
index int ErrorIndex value
리턴 System

프로퍼티 상세

_errorIndex 보호되어 있는 프로퍼티

SNMP reply ErrorIndex value
protected int _errorIndex
리턴 int

_errorStatus 보호되어 있는 프로퍼티

SNMP reply ErrorStatus value
protected int _errorStatus
리턴 int