Freigeben über


FailedAuthenticationException Constructor (SerializationInfo, StreamingContext)

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

Verwendung

    Dim info As SerializationInfo
Dim context As StreamingContext

Dim instance As New FailedAuthenticationException(info, context)

Syntax

'Declaration
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
protected FailedAuthenticationException (
    SerializationInfo info,
    StreamingContext context
)
protected:
FailedAuthenticationException (
    SerializationInfo^ info, 
    StreamingContext context
)
protected FailedAuthenticationException (
    SerializationInfo info, 
    StreamingContext context
)
protected function FailedAuthenticationException (
    info : SerializationInfo, 
    context : StreamingContext
)

Parameter

  • info
     
  • context
     

Plattformen

Entwicklungsplattformen

Windows Server 2003, Windows Vista

Target Platforms

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

Siehe auch

Referenz

FailedAuthenticationException Class
FailedAuthenticationException Members
Microsoft.IdentityModel.SecurityTokenService Namespace