Helper class provides translation of SNMP version 1 and 2 error status codes to short, descriptive error messages. To use, call the static member ErrorMessage(Int32). Example:
CopyC#
SnmpError.ErrorMessage(12);

Namespace:  SnmpSharpNet
Assembly:  SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public sealed class SnmpError
Public NotInheritable Class SnmpError
public ref class SnmpError sealed

Members

      
 All Members  Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ErrorMessage(Int32)
Return SNMP version 1 and 2 error code (errorCode field in the Pdu class) as a short, descriptive string.
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)

Inheritance Hierarchy

System..::.Object
  SnmpSharpNet..::.SnmpError

See Also