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