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.1869
Syntax public SettingsException(
string message,
Exception cause
)
Public Sub New (
message As String,
cause As Exception
)
public:
SettingsException(
String^ message,
Exception^ cause
)
Parameters
- message
- Type: SystemString
The error message. - cause
- Type: SystemException
The cause of the exception
See Also