Show / Hide Table of Contents

Class SamlErrorStatusException

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

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

Constructors

SamlErrorStatusException(string, Status)

Initializes a new instance of the SamlErrorStatusException class.

Declaration
public SamlErrorStatusException(string message, Status status)
Parameters
Type Name Description
string message

The error message.

Status status

The SAML status.

SamlErrorStatusException(string, Status, Exception)

Initializes a new instance of the SamlEnvironmentException class.

Declaration
public SamlErrorStatusException(string message, Status status, Exception innerException)
Parameters
Type Name Description
string message

The error message.

Status status

The SAML status.

Exception innerException

The inner exception.

Properties

Status

Gets the status code.

Declaration
public Status Status { get; }
Property Value
Type Description
Status

The status code.

Implements

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