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

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

Visual Basic
Dim tested As DateTime
Dim expired As DateTime
Dim inner As Exception

Dim instance As New FederatedSessionExpiredException(tested, expired, inner)

Синтаксис

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

Параметры

tested
expired
inner

Платформы

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

Windows Server 2003, Windows Vista

Target Platforms

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

См. также