PowerSNMP for .NET CF
SecurityException Class
Members  See Also  Send comments on this topic.
Dart.Snmp Namespace : SecurityException Class




A SecurityException is thrown by the Manager when it is notified that a request failed to be authenticated by the agent.

Object Model

SecurityException Class

Syntax

Visual Basic (Declaration) 
Public Class SecurityException 
   Inherits System.ApplicationException
Visual Basic (Usage)Copy Code
Dim instance As SecurityException
C# 
public class SecurityException : System.ApplicationException 
Managed Extensions for C++ 
public __gc class SecurityException : public System.ApplicationException 
C++/CLI 
public ref class SecurityException : public System.ApplicationException 

Remarks

SecurityException.ErrorCode contains a value that represents a reason for the failure and System.Exception.Message contains a human readable error message. The original request that caused the exception can be examined using Request, while the message containing information about the failure is contained in SecurityException.Response.

Inheritance Hierarchy

System.Object
   System.Exception
      System.ApplicationException
         Dart.Snmp.SecurityException

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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