Namespace: Microsoft.IdentityModel.Web
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Usage
Visual Basic |
---|
Dim instance As FederatedAuthenticationSessionEndingException |
Syntax
Visual Basic |
---|
<SerializableAttribute> _ Public Class FederatedAuthenticationSessionEndingException Inherits Exception Implements ISerializable |
C# |
---|
[SerializableAttribute] public class FederatedAuthenticationSessionEndingException : Exception, ISerializable |
C++ |
---|
[SerializableAttribute] public ref class FederatedAuthenticationSessionEndingException : public Exception, ISerializable |
J# |
---|
/** @attribute SerializableAttribute() */ public class FederatedAuthenticationSessionEndingException extends Exception implements ISerializable |
JScript |
---|
SerializableAttribute public class FederatedAuthenticationSessionEndingException extends Exception implements ISerializable |
Remarks
Throw from ValidateTicket to indicate that the current sign-in session should be terminated.
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.IdentityModel.Web.FederatedAuthenticationSessionEndingException
Microsoft.IdentityModel.Web.FederatedSessionExpiredException
System.Exception
Microsoft.IdentityModel.Web.FederatedAuthenticationSessionEndingException
Microsoft.IdentityModel.Web.FederatedSessionExpiredException
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.