MessengerGetErrorMessage Method |
Namespace:
Lextm.SharpSnmpLib.Messaging
Assembly:
SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.4.0+601762d0e653a71ebb69af963204dfbfb6c26b74
Syntax public static string GetErrorMessage(
this ObjectIdentifier id
)
<ExtensionAttribute>
Public Shared Function GetErrorMessage (
id As ObjectIdentifier
) As String
public:
[ExtensionAttribute]
static String^ GetErrorMessage(
ObjectIdentifier^ id
)
[<ExtensionAttribute>]
static member GetErrorMessage :
id : ObjectIdentifier -> string
Parameters
- id
- Type: Lextm.SharpSnmpLibObjectIdentifier
Return Value
Type:
StringUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
ObjectIdentifier. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also