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