CertificateException Class
Namespace: Rebex.Security.Certificates
Assembly: Rebex.Common.dll (version 7.0.9083)
The exception that is thrown when a certificate-related error occurs.
Syntax
public class CertificateException : CryptographicException, ISerializable
Implements
Inherited Members
Constructors
Name | Description |
---|---|
CertificateException(String) | Initializes a new instance of the Exception class with a specified error message. |
CertificateException(String, Exception) | Initializes a new instance of the Exception class with a specified error message and a reference to the inner exception that is the cause of this exception. |