UnknownInformationCardReferenceException (Constructor, (String, Exception))
Espacio de nombres: Microsoft.IdentityModel.Protocols.WSIdentity
Ensamblado: Microsoft.IdentityModel (en microsoft.identitymodel.dll)
Uso
Dim message As String Dim exception As Exception Dim instance As New UnknownInformationCardReferenceException(message, exception)
Sintaxis
'Declaración
Public Sub New ( _
message As String, _
exception As Exception _
)
public UnknownInformationCardReferenceException (
string message,
Exception exception
)
public:
UnknownInformationCardReferenceException (
String^ message,
Exception^ exception
)
public UnknownInformationCardReferenceException (
String message,
Exception exception
)
public function UnknownInformationCardReferenceException (
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
UnknownInformationCardReferenceException (Clase)
UnknownInformationCardReferenceException (Miembros)
Microsoft.IdentityModel.Protocols.WSIdentity (Espacio de nombres)