Table of Contents

Class SamlCertificateException

Namespace
ComponentSpace.Saml2.Exceptions
Assembly
ComponentSpace.Saml2.dll

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

public class SamlCertificateException : SamlException, ISerializable
Inheritance
SamlCertificateException
Implements
Derived
Inherited Members

Constructors

SamlCertificateException(string)

Initializes a new instance of the SamlCertificateException class.

public SamlCertificateException(string message)

Parameters

message string

The error message.

SamlCertificateException(string, Exception)

Initializes a new instance of the SamlCertificateException class.

public SamlCertificateException(string message, Exception innerException)

Parameters

message string

The error message.

innerException Exception

The inner exception.