Class CertificateException
The exception that is thrown when an X.509 certificate error occurs.
Implements
Inherited Members
Namespace: ComponentSpace.OpenID.Exceptions
Assembly: ComponentSpace.OpenID.dll
Syntax
public class CertificateException : OpenIDException, ISerializable
Constructors
CertificateException()
Initializes a new instance of the CertificateException class.
Declaration
public CertificateException()
CertificateException(string)
Initializes a new instance of the CertificateException class.
Declaration
public CertificateException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | The error message. |
CertificateException(string, Exception)
Initializes a new instance of the CertificateException class.
Declaration
public CertificateException(string message, Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | The error message. |
| Exception | innerException | The inner exception. |