PowerSNMP for .NET
ErrorCode Enumeration




Defines the possible ErrorCode values returned in DecodingException.
Syntax
Public Enum ErrorCode 
   Inherits System.Enum
Dim instance As ErrorCode
public enum ErrorCode : System.Enum 
__value public enum ErrorCode : public System.Enum 
public enum class ErrorCode : public System.Enum 
Members
MemberValueDescription
AuthenticationFailed0 Authentication failed due to no user credentials being found for the message.
DecryptionFailed1 A general error occurred while decrypting a message.
IncompleteMessage2 The buffer does not contain a complete message.
InvalidIdEncoding4 An error occurred while decoding an IID or OID.
InvalidLength3 The encoded length is not the expected size for the tagged type being decoded.
InvalidSecurityFlag5 An invalid security flag was received within the context of an SNMP message.
MissingUserCredentials6 The username found in the packet header could not be found in the local list of usernames.
TagNotSupported7 An undefined tag value was decoded.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dart.Snmp.ErrorCode

See Also

Reference

Dart.Snmp Namespace

6.1.1.2
PowerSNMP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic