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