Show / Hide Table of Contents

Class SamlErrorStatusException

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

Inheritance
System.Object
System.Exception
SamlException
SamlErrorStatusException
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
System.Exception.GetBaseException()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.ToString()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
System.Exception.TargetSite
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.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
System.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
System.String message

The error message.

Status status

The SAML status.

System.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

System.Runtime.Serialization.ISerializable
In This Article
Back to top Copyright © ComponentSpace Pty Ltd 2017-2022. All rights reserved.