Click or drag to resize

ZebraCertificateException(String, Exception) Constructor

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: 3.0.3271
Syntax
public ZebraCertificateException(
	string message,
	Exception cause
)

Parameters

message  String
User defined message for the exception.
cause  Exception
What created the exception.
See Also