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




Defines the possible values of SecurityException.ErrorCode.

Syntax

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

Members

MemberDescription
AuthorizationFailed Message authentication failed, likely due to an invalid AuthenticationPassword.
DiscoveryFailedAn error occurred while attempting to perform discovery on the Agent. Review SecurityException.Response for additional information.
InvalidUsername The Username in the request was not known by the Agent.
NotInTimeWindow The message was not in the Time Window allowed by the Agent.
PrivacyFailure Message Privacy failed, likely due to an invalid PrivacyPassword.
UnknownEngineIdThe Security.EngineId value was not correct for the Agent.
UnknownReportValueThe error value returned in the ReportMessage was unknown. Review SecurityException.Response for additional information.
Unsupported The attempted operation is unsupported on the Agent.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dart.Snmp.SecurityErrorCode

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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