C# 클래스 SnmpSharpNet.SnmpException

상속: System.Exception
파일 보기 프로젝트 열기: griffina/SnmpSharpNet

공개 프로퍼티들

프로퍼티 타입 설명
AuthenticationFailed int
InvalidAuthenticationParameterLength int
InvalidAuthoritativeEngineId int
InvalidEngineBoots int
InvalidIAgentParameters int
InvalidOid int
InvalidPrivacyParameterLength int
InvalidRequestId int
InvalidSecurityName int
MaximumMessageSizeExceeded int
NoDataReceived int
None int
OidValueTypeChanged int
PacketOutsideTimeWindow int
ReportOnNoReports int
RequestTimedOut int
UnsupportedNoAuthPriv int
UnsupportedPrivacyProtocol int
UnsupportedSecurityModel int

보호된 프로퍼티들

프로퍼티 타입 설명
_errorCode int

공개 메소드들

메소드 설명
SnmpException ( ) : System

Constructor.

SnmpException ( int errorCode, string msg ) : System

Constructor

SnmpException ( string msg ) : System

Standard constructor

메소드 상세

SnmpException() 공개 메소드

Constructor.
public SnmpException ( ) : System
리턴 System

SnmpException() 공개 메소드

Constructor
public SnmpException ( int errorCode, string msg ) : System
errorCode int Error code associated with the exception
msg string Error message
리턴 System

SnmpException() 공개 메소드

Standard constructor
public SnmpException ( string msg ) : System
msg string SNMP Exception message
리턴 System

프로퍼티 상세

AuthenticationFailed 공개적으로 정적으로 프로퍼티

Authentication of the received packet failed.
public static int AuthenticationFailed
리턴 int

InvalidAuthenticationParameterLength 공개적으로 정적으로 프로퍼티

Invalid length of the authentication parameter field. Expected length is 12 bytes when authentication is enabled. Same length is used for both MD5 and SHA-1 authentication protocols.
public static int InvalidAuthenticationParameterLength
리턴 int

InvalidAuthoritativeEngineId 공개적으로 정적으로 프로퍼티

Authoritative engine id is invalid.
public static int InvalidAuthoritativeEngineId
리턴 int

InvalidEngineBoots 공개적으로 정적으로 프로퍼티

Engine boots value is invalid
public static int InvalidEngineBoots
리턴 int

InvalidIAgentParameters 공개적으로 정적으로 프로퍼티

UdpTarget request cannot be processed because IAgentParameters does not contain required information
public static int InvalidIAgentParameters
리턴 int

InvalidOid 공개적으로 정적으로 프로퍼티

Specified Oid is invalid
public static int InvalidOid
리턴 int

InvalidPrivacyParameterLength 공개적으로 정적으로 프로퍼티

Invalid length of the privacy parameter field. Expected length depends on the privacy protocol. This exception can be raised when privacy packet contents are invalidly set by agent or if wrong privacy protocol is set in the packet class definition.
public static int InvalidPrivacyParameterLength
리턴 int

InvalidRequestId 공개적으로 정적으로 프로퍼티

Invalid request id in the packet.
public static int InvalidRequestId
리턴 int

InvalidSecurityName 공개적으로 정적으로 프로퍼티

Security name (user name) in the reply does not match the name sent in request.
public static int InvalidSecurityName
리턴 int

MaximumMessageSizeExceeded 공개적으로 정적으로 프로퍼티

SNMP version 3 maximum message size exceeded. Packet that was encoded will exceed maximum message size acceptable in this transaction.
public static int MaximumMessageSizeExceeded
리턴 int

NoDataReceived 공개적으로 정적으로 프로퍼티

Null data received on request.
public static int NoDataReceived
리턴 int

None 공개적으로 정적으로 프로퍼티

No error
public static int None
리턴 int

OidValueTypeChanged 공개적으로 정적으로 프로퍼티

Oid value type returned by an earlier operation does not match the value type returned by a subsequent entry.
public static int OidValueTypeChanged
리턴 int

PacketOutsideTimeWindow 공개적으로 정적으로 프로퍼티

Received packet is outside the time window acceptable. Packet failed timeliness check.
public static int PacketOutsideTimeWindow
리턴 int

ReportOnNoReports 공개적으로 정적으로 프로퍼티

Report packet was received when Reportable flag was set to false (we notified the peer that we do not receive report packets).
public static int ReportOnNoReports
리턴 int

RequestTimedOut 공개적으로 정적으로 프로퍼티

Reply to a request was not received within the timeout period
public static int RequestTimedOut
리턴 int

UnsupportedNoAuthPriv 공개적으로 정적으로 프로퍼티

Privacy enabled without authentication combination in a packet is not supported.
public static int UnsupportedNoAuthPriv
리턴 int

UnsupportedPrivacyProtocol 공개적으로 정적으로 프로퍼티

Privacy protocol requested is not supported.
public static int UnsupportedPrivacyProtocol
리턴 int

UnsupportedSecurityModel 공개적으로 정적으로 프로퍼티

Security model specified in the packet is not supported
public static int UnsupportedSecurityModel
리턴 int

_errorCode 보호되어 있는 프로퍼티

Error code. Provides a finer grained information about why the exception happened. This can be useful to the process handling the error to determine how critical the error that occured is and what followup actions to take.
protected int _errorCode
리턴 int