DiscoveryPacketDecodeException Constructor
|
Constructs a DiscoveryPacketDecodeException with message as the detailed error message.
Namespace:
Zebra.Sdk.Printer.Discovery
Assembly:
SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax public DiscoveryPacketDecodeException(
string message
)
Public Sub New (
message As String
)
public:
DiscoveryPacketDecodeException(
String^ message
)
Parameters
- message
- Type: SystemString
The error message.
See Also