共用方式為


FederatedAuthenticationSessionEndingException 類別

Indicates that the sign-in session should being terminated, and the current request is unauthenticated.

命名空間: Microsoft.IdentityModel.Web
組件: Microsoft.IdentityModel (在 microsoft.identitymodel.dll 中)

使用方式

    Dim instance As FederatedAuthenticationSessionEndingException

語法

'宣告
<SerializableAttribute> _
Public Class FederatedAuthenticationSessionEndingException
    Inherits Exception
    Implements ISerializable
[SerializableAttribute] 
public class FederatedAuthenticationSessionEndingException : Exception, ISerializable
[SerializableAttribute] 
public ref class FederatedAuthenticationSessionEndingException : public Exception, ISerializable
/** @attribute SerializableAttribute() */ 
public class FederatedAuthenticationSessionEndingException extends Exception implements ISerializable
SerializableAttribute 
public class FederatedAuthenticationSessionEndingException extends Exception implements ISerializable

備註

Throw from ValidateTicket to indicate that the current sign-in session should be terminated.

繼承階層

System.Object
   System.Exception
    Microsoft.IdentityModel.Web.FederatedAuthenticationSessionEndingException
       Microsoft.IdentityModel.Web.FederatedSessionExpiredException

執行緒安全

任何這個類型的公用靜態 (在 Visual Basic 中為 共用) 成員都具備執行緒安全。不保證任何執行個體成員都具備執行緒安全。

平台

開發平台

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

請參閱

參考

FederatedAuthenticationSessionEndingException 成員
Microsoft.IdentityModel.Web 命名空間