TrackingProfileDeserializationException Class
.NET Framework 3.0
The exception that is thrown when an XML document cannot be deserialized into a TrackingProfile by a TrackingProfileSerializer.
Namespace: System.Workflow.Runtime.Tracking
Assembly: System.Workflow.Runtime (in system.workflow.runtime.dll)
Assembly: System.Workflow.Runtime (in system.workflow.runtime.dll)
'Declaration <SerializableAttribute> _ Public NotInheritable Class TrackingProfileDeserializationException Inherits SystemException 'Usage Dim instance As TrackingProfileDeserializationException
/** @attribute SerializableAttribute() */ public final class TrackingProfileDeserializationException extends SystemException
SerializableAttribute public final class TrackingProfileDeserializationException extends SystemException
Not applicable.
When the TrackingProfileSerializer throws this exception it supplies a message that describes the reason for the exception. In some cases the TrackingProfileSerializer supplies a list of validation errors and warnings that it encountered while trying to deserialize the TrackingProfile. The ValidationEventArgs property contains this list if it is supplied.
System.Object
System.Exception
System.SystemException
System.Workflow.Runtime.Tracking.TrackingProfileDeserializationException
System.Exception
System.SystemException
System.Workflow.Runtime.Tracking.TrackingProfileDeserializationException
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: