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