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