Click or drag to resize

ZebraCertificateException Class

Signals that an error occurred while converting a certificate.
Inheritance Hierarchy
SystemObject
  SystemException
    Zebra.Sdk.CertificateZebraCertificateException

Namespace: Zebra.Sdk.Certificate
Assembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax
public class ZebraCertificateException : Exception

The ZebraCertificateException type exposes the following members.

Constructors
 NameDescription
Public methodZebraCertificateException(String) Constructs a ZebraCertificateConversionException with message as the detailed error message.
Public methodZebraCertificateException(String, Exception) Constructs a ZebraCertificateConversionException with message as the detailed error message and cause as the underlying exception.
Top
Properties
 NameDescription
Public propertyData
(Inherited from Exception)
Public propertyHelpLink
(Inherited from Exception)
Public propertyHResult
(Inherited from Exception)
Public propertyInnerException
(Inherited from Exception)
Public propertyMessage
(Inherited from Exception)
Public propertySource
(Inherited from Exception)
Public propertyStackTrace
(Inherited from Exception)
Public propertyTargetSite
(Inherited from Exception)
Top
Methods
 NameDescription
Public methodEquals
(Inherited from Object)
Public methodGetBaseException
(Inherited from Exception)
Public methodGetHashCode
(Inherited from Object)
Public methodGetObjectData
(Inherited from Exception)
Public methodGetType
(Inherited from Exception)
Public methodToString
(Inherited from Exception)
Top
See Also