Class CertificateException
- Namespace
- Enterprises.Org.BouncyCastle.Security.Certificates
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public class CertificateException : GeneralSecurityException, ISerializable
- Inheritance
-
CertificateException
- Implements
- Derived
- Inherited Members
Constructors
CertificateException()
public CertificateException()
CertificateException(string)
public CertificateException(string message)
Parameters
message
string
CertificateException(string, Exception)
public CertificateException(string message, Exception exception)