ZebraCertificateException Constructor (String, Exception)
             | 
          
        
         
            Constructs a ZebraCertificateConversionException with message as the detailed error
            message and cause as the underlying exception.
            
 
    Namespace: 
   Zebra.Sdk.Certificate
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1989
Syntaxpublic ZebraCertificateException(
	string message,
	Exception cause
)
Public Sub New ( 
	message As String,
	cause As Exception
)
public:
ZebraCertificateException(
	String^ message, 
	Exception^ cause
)
Parameters
- message
 - Type: SystemString
User defined message for the exception. - cause
 - Type: SystemException
What created the exception. 
See Also