Show / Hide Table of Contents

Class SAMLCertificateException

The exception that is thrown when a SAML X.509 certificate error occurs.

Inheritance
object
Exception
ApplicationException
SAMLException
SAMLCertificateException
Implements
ISerializable
_Exception
Inherited Members
Exception.GetBaseException()
Exception.ToString()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.Message
Exception.Data
Exception.InnerException
Exception.TargetSite
Exception.StackTrace
Exception.HelpLink
Exception.Source
Exception.HResult
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.MemberwiseClone()
Namespace: ComponentSpace.SAML2.Exceptions
Assembly: ComponentSpace.Saml2.dll
Syntax
[Serializable]
public class SAMLCertificateException : SAMLException, ISerializable, _Exception

Constructors

SAMLCertificateException(SerializationInfo, StreamingContext)

Initializes a new instance of the SAMLCertificateException class.

Declaration
public SAMLCertificateException(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info

The object that holds the serialized object data.

StreamingContext context

The contextual information about the source or destination.

SAMLCertificateException(string)

Initializes a new instance of the SAMLCertificateException class.

Declaration
public SAMLCertificateException(string message)
Parameters
Type Name Description
string message

The message.

SAMLCertificateException(string, Exception)

Initializes a new instance of the SAMLCertificateException class.

Declaration
public SAMLCertificateException(string message, Exception innerException)
Parameters
Type Name Description
string message

The message.

Exception innerException

The inner exception.

Implements

ISerializable
_Exception
In this article
Back to top Copyright © ComponentSpace Pty Ltd 2004-2025. All rights reserved.