Пространство имен: Microsoft.IdentityModel.Web
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

Использование

Visual Basic
Dim tested As DateTime
Dim expired As DateTime

Dim instance As New FederatedSessionExpiredException(tested, expired)

Синтаксис

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
)

Параметры

tested
expired

Платформы

Платформа разработки

Windows Server 2003, Windows Vista

Target Platforms

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

См. также