Click or drag to resize

SettingsException Constructor (String, Exception)

Constructs a SettingsException with the message as the detailed error message and cause as the source of the exception.

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

Parameters

message
Type: SystemString
The error message.
cause
Type: SystemException
The cause of the exception
See Also