TrackingProfileDeserializationException.ValidationEventArgs 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이 예외와 연결된 유효성 검사 경고와 오류를 포함하는 목록을 가져옵니다.
public:
property System::Collections::Generic::IList<System::Xml::Schema::ValidationEventArgs ^> ^ ValidationEventArgs { System::Collections::Generic::IList<System::Xml::Schema::ValidationEventArgs ^> ^ get(); };
public System.Collections.Generic.IList<System.Xml.Schema.ValidationEventArgs> ValidationEventArgs { get; }
member this.ValidationEventArgs : System.Collections.Generic.IList<System.Xml.Schema.ValidationEventArgs>
Public ReadOnly Property ValidationEventArgs As IList(Of ValidationEventArgs)
속성 값
이 예외와 연결된 유효성 검사 경고와 오류를 포함하는 IList 개체의 ValidationEventArgs입니다. 기본값은 빈 목록입니다.
설명
TrackingProfileSerializer는 XmlReader를 사용하여 XML 문서를 TrackingProfile로 역직렬화합니다. TrackingProfileSerializer는 XmlReader에서 내보내는 유효성 검사 오류와 경고를 수집합니다. deserialization 중의 특정 지점에서 TrackingProfileSerializer는 XmlReader에 유효성 검사 오류가 있는지 여부를 결정하고, 있는 경우 TrackingProfileSerializer에서 이러한 경고와 오류를 ValidationEventArgs에 추가하고 TrackingProfileDeserializationException을 throw합니다. 이 클래스의 모든 예외에 ValidationEventArgs가 설정되지는 않습니다.