NotMyConnectionDataException Constructor
|
For internal use of the Zebra Printer API only.
Namespace: Zebra.Sdk.CommAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax public NotMyConnectionDataException(
string message
)
Public Sub New (
message As String
)
public:
NotMyConnectionDataException(
String^ message
)
Parameters
- message String
- the error message
See Also