ComponentSpace SAML Class Library Reference

SAMLException Class

The exception that is thrown when a SAML operation fails.

For a list of all members of this type, see SAMLException Members.

System.Object
   System.Exception
      System.ApplicationException
         ComponentSpace.SAML.SAMLException
            ComponentSpace.SAML.SAMLProtocolException
            ComponentSpace.SAML.SAMLSerializationException
            ComponentSpace.SAML.SAMLSignatureException

[Visual Basic]
Public Class SAMLException
    Inherits ApplicationException
[C#]
public class SAMLException : ApplicationException

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: ComponentSpace.SAML

Assembly: ComponentSpace.SAML (in ComponentSpace.SAML.dll)

See Also

SAMLException Members | ComponentSpace.SAML Namespace