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#
Namespace:
SnmpSharpNetSnmpError.ErrorMessage(12);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 |
| Member | Description | |
|---|---|---|
| Equals(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()()() | (Inherited from Object.) |