Click or drag to resize
CertificateValidationException Class
Exception specifying the reason of certificate trust validation error.
Inheritance Hierarchy
SystemObject
  SystemException
    Avaya.ClientServicesCertificateValidationException

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

The CertificateValidationException type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyErrorCode
Contains an error code indicating the reason of certificate validation failure/success.
Public propertynativeErrorCode
Supporting information contains the OS level error code.
Top
Remarks
This exception is thrown when certificate chain is invalid.
See Also