TrackingProfileDeserializationException::ValidationEventArgs Property
Gets a list that contains validation warnings and errors associated with this exception.
Assembly: System.Workflow.Runtime (in System.Workflow.Runtime.dll)
public: property IList<ValidationEventArgs^>^ ValidationEventArgs { IList<ValidationEventArgs^>^ get(); }
Property Value
Type: System.Collections.Generic::IList<ValidationEventArgs^>^A IList of ValidationEventArgs objects that contains validation warnings and errors associated with this exception. The default is an empty list.
The TrackingProfileSerializer uses an XmlReader to deserialize an XML document into a TrackingProfile. The TrackingProfileSerializer collects validation errors and warnings emitted by the XmlReader. At certain points during deserialization, the TrackingProfileSerializer determines whether the XmlReader has encountered any validation errors, and, if it has, the TrackingProfileSerializer adds these warnings and errors to ValidationEventArgs and throws a TrackingProfileDeserializationException. Not all exceptions of this class will have ValidationEventArgs set.
Available since 3.0