Class SAMLException
The exception that is thrown when a SAML operation fails.
Inheritance
SAMLException
Inherited Members
Namespace: ComponentSpace.SAML2.Exceptions
Assembly: ComponentSpace.Saml2.dll
Syntax
[Serializable]
public class SAMLException : ApplicationException, ISerializable, _Exception
Constructors
SAMLException(SerializationInfo, StreamingContext)
Initializes a new instance of the SAMLException
class.
Declaration
public SAMLException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | The object that holds the serialized object data. |
StreamingContext | context | The contextual information about the source or destination. |
SAMLException(string)
Initializes a new instance of the SAMLException
class.
Declaration
public SAMLException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The message. |
SAMLException(string, Exception)
Initializes a new instance of the SAMLException
class.
Declaration
public SAMLException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
string | message | The message. |
Exception | innerException | The inner exception. |