The exception that is thrown when a certificate-related error occurs.

Namespace:  Rebex.Security.Certificates
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Class CertificateException _
	Inherits CryptographicException
C#
public class CertificateException : CryptographicException

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    System..::..SystemException
      System.Security.Cryptography..::..CryptographicException
        Rebex.Security.Certificates..::..CertificateException

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also