SettingsException(String, Exception) Constructor
|
Constructs a SettingsException with the message as the detailed error message and
cause as the source of the exception.
Namespace: Zebra.Sdk.SettingsAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax public SettingsException(
string message,
Exception cause
)
Public Sub New (
message As String,
cause As Exception
)
public:
SettingsException(
String^ message,
Exception^ cause
)
Parameters
- message String
- The error message.
- cause Exception
- The cause of the exception
See Also