The exception that is thrown when a certificate error is detected.

Namespace: LLCryptoLib.Security.Certificates
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
[SerializableAttribute]
public class CertificateException : Exception
Visual Basic
<SerializableAttribute> _
Public Class CertificateException _
	Inherits Exception
Visual C++
[SerializableAttribute]
public ref class CertificateException : public Exception

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    LLCryptoLib.Security.Certificates..::..CertificateException

See Also