Show / Hide Table of Contents

Class CertificateException

The exception that is thrown when an X.509 certificate error occurs.

Inheritance
System.Object
OpenIDException
CertificateException
InvalidCertificateException
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.

In This Article
Back to top Copyright © ComponentSpace Pty Ltd 2022. All rights reserved.