Table of Contents

Class SamlErrorStatusException

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

The exception that is thrown when a SAML error status is returned in a response message.

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

Constructors

SamlErrorStatusException(string, Status)

Initializes a new instance of the SamlErrorStatusException class.

public SamlErrorStatusException(string message, Status status)

Parameters

message string

The error message.

status Status

The SAML status.

SamlErrorStatusException(string, Status, Exception)

Initializes a new instance of the SamlEnvironmentException class.

public SamlErrorStatusException(string message, Status status, Exception innerException)

Parameters

message string

The error message.

status Status

The SAML status.

innerException Exception

The inner exception.

Properties

Status

Gets the status code.

public Status Status { get; }

Property Value

Status

The status code.