Classe InformationCardException

This indicates an error has occurred while serializing/deserializing an Information Card.

Spazio dei nomi: Microsoft.IdentityModel.Protocols.WSIdentity
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Utilizzo

    Dim instance As InformationCardException

Sintassi

'Dichiarazione
<SerializableAttribute> _
Public Class InformationCardException
    Inherits Exception
    Implements ISerializable
[SerializableAttribute] 
public class InformationCardException : Exception, ISerializable
[SerializableAttribute] 
public ref class InformationCardException : public Exception, ISerializable
/** @attribute SerializableAttribute() */ 
public class InformationCardException extends Exception implements ISerializable
SerializableAttribute 
public class InformationCardException extends Exception implements ISerializable

Gerarchia di ereditarietà

System.Object
   System.Exception
    Microsoft.IdentityModel.Protocols.WSIdentity.InformationCardException

Thread safety

Alcuni membri statici pubblici (Shared in Visual Basic) di questo tipo sono thread-safe. Non esiste garanzia che tutti i membri di istanza siano thread-safe.

Piattaforme

Piattaforme di sviluppo

Windows Server 2003, Windows Vista

Target Platforms

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

Vedere anche

Riferimento

Membri InformationCardException
Spazio dei nomi Microsoft.IdentityModel.Protocols.WSIdentity