ZebraCertificateException(String, Exception) Constructor
|
Constructs a ZebraCertificateConversionException with message as the detailed error
message and cause as the underlying exception.
Namespace: Zebra.Sdk.CertificateAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax public ZebraCertificateException(
string message,
Exception cause
)
Public Sub New (
message As String,
cause As Exception
)
public:
ZebraCertificateException(
String^ message,
Exception^ cause
)
Parameters
- message String
- User defined message for the exception.
- cause Exception
- What created the exception.
See Also