Mentalis.org Security Library documentation

CertificateException Constructor

Initializes a new instance of the CertificateException class with default properties.

Overload List

Initializes a new instance of the CertificateException class with default properties.

public CertificateException();

Initializes a new instance of the CertificateException class with a specified error message.

public CertificateException(string);

Initializes a new instance of the CertificateException class with a specified error message and a reference to the inner exception that is the cause of this exception.

public CertificateException(string,Exception);

See Also

CertificateException Class | CertificateException Members | Org.Mentalis.Security.Certificates Namespace