ZebraPrinterLanguageUnknownException(String) Constructor
|
Constructs a new instance of the ZebraPrinterLanguageUnknownException class with a specified error message.
Namespace: Zebra.Sdk.PrinterAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax public ZebraPrinterLanguageUnknownException(
string message
)
Public Sub New (
message As String
)
public:
ZebraPrinterLanguageUnknownException(
String^ message
)
Parameters
- message String
- The error message that explains the reason for the exception.
See Also