Table of Contents

Class SamlNotSupportedException

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

The exception that is thrown when a SAML operation is not supported.

public class SamlNotSupportedException : SamlException, ISerializable
Inheritance
SamlNotSupportedException
Implements
Inherited Members

Constructors

SamlNotSupportedException(string)

Initializes a new instance of the SamlNotSupportedException class.

public SamlNotSupportedException(string message)

Parameters

message string

The error message.

SamlNotSupportedException(string, Exception)

Initializes a new instance of the SamlNotSupportedException class.

public SamlNotSupportedException(string message, Exception innerException)

Parameters

message string

The error message.

innerException Exception

The inner exception.