SnmpException Constructor
|
Constructs an SnmpException with message as the detailed error message.
Namespace: Zebra.Sdk.PrinterAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax public SnmpException(
string message
)
Public Sub New (
message As String
)
public:
SnmpException(
String^ message
)
Parameters
- message String
- The error message.
See Also