Namespace: Microsoft.IdentityModel.Web
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim tested As DateTime
Dim expired As DateTime

Dim instance As New FederatedSessionExpiredException(tested, expired)

Syntax

Visual Basic
Public Sub New ( _
		tested As DateTime, _
		expired As DateTime _
)
C#
public FederatedSessionExpiredException (
		DateTime tested,
		DateTime expired
)
C++
public:
FederatedSessionExpiredException (
		DateTime tested, 
		DateTime expired
)
J#
public FederatedSessionExpiredException (
		DateTime tested, 
		DateTime expired
)
JScript
public function FederatedSessionExpiredException (
		tested : DateTime, 
		expired : DateTime
)

Parameters

tested
expired

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also