ZebraIllegalArgumentException Constructor (String, String, Exception)
             | 
          
        
         
            Constructs a ZebraIllegalArgumentException with the message as the detailed error message and 
            cause as the source of the exception.
            
 
    Namespace: 
   Zebra.Sdk.Device
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.13.898
Syntaxpublic 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
 - Type: SystemString
The error message. - paramName
 - Type: SystemString
The name of the parameter that caused the exception. - cause
 - Type: SystemException
The cause of the exception. 
See Also