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: 493.0.70.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