Click or drag to resize

SettingsException(String) Constructor

Constructs a SettingsException with message as the detailed error message.

Namespace: Zebra.Sdk.Settings
Assembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax
public SettingsException(
	string message
)

Parameters

message  String
The error message.
See Also