Class SamlConfigurationException
- Namespace
- ComponentSpace.Saml2.Exceptions
- Assembly
- ComponentSpace.Saml2.dll
The exception that is thrown when a SAML configuration error occurs.
public class SamlConfigurationException : SamlException, ISerializable
- Inheritance
-
SamlConfigurationException
- Implements
- Inherited Members
Constructors
SamlConfigurationException(string)
Initializes a new instance of the SamlConfigurationException class.
public SamlConfigurationException(string message)
Parameters
messagestringThe error message.
SamlConfigurationException(string, Exception)
Initializes a new instance of the SamlConfigurationException class.
public SamlConfigurationException(string message, Exception innerException)