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.15.2634
Syntax public SnmpException(
string message
)
Public Sub New (
message As String
)
public:
SnmpException(
String^ message
)
Parameters
- message
- Type: SystemString
The error message.
See Also