Click or drag to resize

DiscoveryException(String) Constructor

Constructs a new instance of the DiscoveryException class with a specified error message.

Namespace: Zebra.Sdk.Printer.Discovery
Assembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax
public DiscoveryException(
	string message
)

Parameters

message  String
The error message that explains the reason for the exception.
See Also