Compartir a través de


InvalidProofKeyException (Constructor, (String, Exception))

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

Uso

    Dim message As String
Dim exception As Exception

Dim instance As New InvalidProofKeyException(message, exception)

Sintaxis

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

Parámetros

  • message
     
  • exception
     

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

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