NeedFresherCredentialsException (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 NeedFresherCredentialsException(message, exception)
Sintaxis
'Declaración
Public Sub New ( _
message As String, _
exception As Exception _
)
public NeedFresherCredentialsException (
string message,
Exception exception
)
public:
NeedFresherCredentialsException (
String^ message,
Exception^ exception
)
public NeedFresherCredentialsException (
String message,
Exception exception
)
public function NeedFresherCredentialsException (
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
NeedFresherCredentialsException (Clase)
NeedFresherCredentialsException (Miembros)
Microsoft.IdentityModel.SecurityTokenService (Espacio de nombres)