Click or drag to resize

CertificateStoreException Class

Exception specifying the reasons of the client identity certificate provisioning.
Inheritance Hierarchy
SystemObject
  SystemException
    Avaya.ClientServicesCertificateStoreException

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public class CertificateStoreException : Exception

The CertificateStoreException type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyErrorCode
Contains an error code indicating the reason of client identity certificate store failures/success.
Public propertynativeErrorCode
Supporting information contains the OS level error code.
Top
Remarks
This exception is thrown when client identity certificates cannot be provisioned.
See Also