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