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