PowerSNMP for .NET CF
ErrorCode Enumeration
See Also  Send comments on this topic.
Dart.Snmp Namespace : ErrorCode Enumeration




Defines the possible ErrorCode values returned in DecodingException.

Syntax

Visual Basic (Declaration) 
Public Enum ErrorCode 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As ErrorCode
C# 
public enum ErrorCode : System.Enum 
Managed Extensions for C++ 
__value public enum ErrorCode : public System.Enum 
C++/CLI 
public enum class ErrorCode : public System.Enum 

Members

MemberDescription
AuthenticationFailed A problem with SNMPv3 security was encounted while decoding a message.
DecryptionFailed An error occurred while decrypting a message.
IncompleteMessage The buffer does not contain a complete message.
InvalidIdEncoding An error occurred while decoding an IID or OID.
InvalidLength The encoded length is not the expected size for the tagged type being decoded.
InvalidSecurityFlag An invalid security flag was received within the context of an SNMP message.
TagNotSupported An undefined tag value was decoded.
UnknownUsernameThe Username in the packet, if any, is not in the AuthoritativeEngine.Users hashtable.

Inheritance Hierarchy

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.