Initializes a new instance of the CertificateOperationException class with default values.

Overload List

Name Description
CertificateOperationException () Initializes a new instance of the CertificateOperationException class with default values.
CertificateOperationException (String) Initializes a new instance of the CertificateOperationException class with the specified message.
CertificateOperationException (SerializationInfo, StreamingContext) Initializes a new instance of the CertificateOperationException class based on serialization info and the streaming context.
CertificateOperationException (String, Exception) Initializes a new instance of the CertificateOperationException class based on a given message and inner exception.
CertificateOperationException (String, String) Initializes a new instance of the CertificateOperationException class with certificate serial number and message string.
CertificateOperationException (String, String, Exception) Initializes a new instance of the CertificateOperationException class based on a certificate serial number, error message, and exception.

See Also