| 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 | |
| Member | Description |
|---|---|
| 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. |
| UnknownUsername | The Username in the packet, if any, is not in the AuthoritativeEngine.Users hashtable. |
System.Object
System.ValueType
System.Enum
Dart.Snmp.ErrorCode
Target Platforms: Microsoft .NET Framework 2.0