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
SamlErrorStatusException(string, Status, Exception)
Initializes a new instance of the SamlEnvironmentException class.
public SamlErrorStatusException(string message, Status status, Exception innerException)
Parameters
messagestringThe error message.
statusStatusThe SAML status.
innerExceptionExceptionThe inner exception.
Properties
Status
Gets the status code.
public Status Status { get; }
Property Value
- Status
The status code.