Troubleshooting Exceptions: System.Workflow.Runtime.Tracking.TrackingProfileDeserializationException

A TrackingProfileDeserializationException exception is thrown when an XML document cannot be deserialized into a TrackingProfile by a TrackingProfileSerializer.

Remarks

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. If such a list is supplied, the ValidationEventArgs property contains it.

See Also

Tasks

How to: Use the Exception Assistant

Reference

TrackingProfileDeserializationException