Namespace: Microsoft.IdentityModel.Web
Assembly: Microsoft.IdentityModel (in
microsoft.identitymodel.dll)
Usage
Syntax
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
)
|
Parameters
- tested
- expired
- inner
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
See Also