Compartir a través de


AlreadySignedInException (Constructor, (String, Exception))

Espacio de nombres: Microsoft.IdentityModel.SecurityTokenService
Ensamblado: Microsoft.IdentityModel (en microsoft.identitymodel.dll)

Uso

    Dim message As String
Dim innerException As Exception

Dim instance As New AlreadySignedInException(message, innerException)

Sintaxis

'Declaración
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
public AlreadySignedInException (
    string message,
    Exception innerException
)
public:
AlreadySignedInException (
    String^ message, 
    Exception^ innerException
)
public AlreadySignedInException (
    String message, 
    Exception innerException
)
public function AlreadySignedInException (
    message : String, 
    innerException : Exception
)

Parámetros

  • message
     
  • innerException
     

Plataformas

Plataformas de desarrollo

Windows Server 2003, Windows Vista

Target Platforms

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

Vea también

Referencia

AlreadySignedInException (Clase)
AlreadySignedInException (Miembros)
Microsoft.IdentityModel.SecurityTokenService (Espacio de nombres)