This indicates an error has occurred while serializing/deserializing an Information Card.
Пространство имен: Microsoft.IdentityModel.Protocols.WSIdentity
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

Использование

Visual Basic
Dim instance As InformationCardException

Синтаксис

Visual Basic
<SerializableAttribute> _
Public Class InformationCardException
		Inherits Exception
		Implements ISerializable
C#
[SerializableAttribute] 
public class InformationCardException : Exception, ISerializable
C++
[SerializableAttribute] 
public ref class InformationCardException : public Exception, ISerializable
J#
/** @attribute SerializableAttribute() */ 
public class InformationCardException extends Exception implements ISerializable
JScript
SerializableAttribute 
public class InformationCardException extends Exception implements ISerializable

Иерархия наследования

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

Безопасность потоков

Любые открытые статические члены (Shared в Visual Basic) этого типа являются поточно-ориентированными.Любые члены экземпляров не являются гарантированно поточно-ориентированными.

Платформы

Платформа разработки

Windows Server 2003, Windows Vista

Target Platforms

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

См. также