Click or drag to resize

SettingsException Constructor (String)

Constructs a SettingsException with message as the detailed error message.

Namespace:  Zebra.Sdk.Settings
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1989
Syntax
public SettingsException(
	string message
)

Parameters

message
Type: SystemString
The error message.
See Also