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