Click or drag to resize

SnmpException Constructor

Constructs an SnmpException with message as the detailed error message.

Namespace:  Zebra.Sdk.Printer
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax
public SnmpException(
	string message
)

Parameters

message
Type: SystemString
The error message.
See Also