Class CertificateException
The exception that is thrown when an X.509 certificate error occurs.
Namespace: ComponentSpace.OpenID.Exceptions
Assembly: ComponentSpace.OpenID.dll
Syntax
public class CertificateException : OpenIDException
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 |
|---|---|---|
| System.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 |
|---|---|---|
| System.String | message | The error message. |
| Exception | innerException | The inner exception. |