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