Compartir a través de


RenewNeededException (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 RenewNeededException(message, exception)

Sintaxis

'Declaración
Public Sub New ( _
    message As String, _
    exception As Exception _
)
public RenewNeededException (
    string message,
    Exception exception
)
public:
RenewNeededException (
    String^ message, 
    Exception^ exception
)
public RenewNeededException (
    String message, 
    Exception exception
)
public function RenewNeededException (
    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

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