ZebraCardException Constructor (String, Exception)
             | 
          
        
         
            Constructs a ZebraCardException with message and chained exception cause.
            
 
    Namespace: 
   Zebra.Sdk.Card.Exceptions
    Assembly:
   SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntaxpublic ZebraCardException(
	string message,
	Exception cause
)
Public Sub New ( 
	message As String,
	cause As Exception
)
public:
ZebraCardException(
	String^ message, 
	Exception^ cause
)
Parameters
- message
 - Type: SystemString
The exception message. - cause
 - Type: SystemException
The cause of the exception. 
See Also