CertificateException Class
The exception thrown when a certificate error occurs.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Inheritance Hierarchy
System.Object
System.Exception
System.Web.Security.SingleSignOn.CertificateException
System.Web.Security.SingleSignOn.CertificateHasNoPrivateKeyException
System.Web.Security.SingleSignOn.CertificateNotFoundException
Syntax
[SerializableAttribute]
public abstract class CertificateException : Exception, ISerializable
[SerializableAttribute]
public ref class CertificateException abstract : Exception, ISerializable
[<AbstractClass>]
[<SerializableAttribute>]
type CertificateException =
class
inherit Exception
interface ISerializable
end
<SerializableAttribute>
Public MustInherit Class CertificateException
Inherits Exception
Implements ISerializable
Constructors
Name | Description | |
---|---|---|
CertificateException(SerializationInfo, StreamingContext) | Creates an instance of the CertificateException class using the specified serialization data and streaming contextual data. |
|
CertificateException(String, String) | Creates an instance of the CertificateException class using the specified resource data and thumbprint of a certificate. |
Properties
Name | Description | |
---|---|---|
Data | (Inherited from Exception.) |
|
HelpLink | (Inherited from Exception.) |
|
HResult | (Inherited from Exception.) |
|
InnerException | (Inherited from Exception.) |
|
Message | Gets a message that describes the current exception.(Overrides Exception.Message.) |
|
Source | (Inherited from Exception.) |
|
StackTrace | (Inherited from Exception.) |
|
TargetSite | (Inherited from Exception.) |
|
Thumbprint | Gets or sets the thumbprint of the certificate that generated this exception. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetBaseException() | (Inherited from Exception.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetObjectData(SerializationInfo, StreamingContext) | Sets the SerializationInfo with information about the exception.(Overrides Exception.GetObjectData(SerializationInfo, StreamingContext).) |
|
GetType() | (Inherited from Exception.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Exception.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
System.Web.Security.SingleSignOn Namespace
Return to top