ZebraCertificateException Constructor (String)
             | 
          
        
         
            Constructs a ZebraCertificateConversionException with message as the detailed error message.
            
 
    Namespace: 
   Zebra.Sdk.Certificate
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.13.898
Syntaxpublic ZebraCertificateException(
	string message
)
Public Sub New ( 
	message As String
)
public:
ZebraCertificateException(
	String^ message
)
Parameters
- message
 - Type: SystemString
The error message. 
See Also