The SnmpException type exposes the following members.

Fields

  NameDescription
_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.
AuthenticationFailed
Authentication of the received packet failed.
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.
InvalidAuthoritativeEngineId
Authoritative engine id is invalid.
InvalidEngineBoots
Engine boots value is invalid
InvalidIAgentParameters
UdpTarget request cannot be processed because IAgentParameters does not contain required information
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.
InvalidRequestId
Invalid request id in the packet.
InvalidSecurityName
Security name (user name) in the reply does not match the name sent in request.
MaximumMessageSizeExceeded
SNMP version 3 maximum message size exceeded. Packet that was encoded will exceed maximum message size acceptable in this transaction.
NoDataReceived
Null data received on request.
None
No error
PacketOutsideTimeWindow
Received packet is outside the time window acceptable. Packet failed timeliness check.
ReportOnNoReports
Report packet was received when Reportable flag was set to false (we notified the peer that we do not receive report packets).
RequestTimedOut
Reply to a request was not received within the timeout period
UnsupportedNoAuthPriv
Privacy enabled without authentication combination in a packet is not supported.
UnsupportedPrivacyProtocol
Privacy protocol requested is not supported.
UnsupportedSecurityModel
Security model specified in the packet is not supported

See Also