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 이 예외와 관련된 유효성 검사 경고 및 오류가 포함된 개체입니다. 기본값은 빈 목록입니다.
설명
XML TrackingProfileSerializer 문서를 XmlReader.로 역직렬화하는 데 사용됩니다TrackingProfile. 에서 TrackingProfileSerializer 내보 XmlReader낸 유효성 검사 오류 및 경고를 수집합니다. 역직렬화하는 TrackingProfileSerializer 동안 특정 지점에서 유효성 검사 오류가 발생했는지 여부를 XmlReader 확인하고, 있는 경우 TrackingProfileSerializer 이러한 경고와 오류를 ValidationEventArgs 추가하고 throw합니다 TrackingProfileDeserializationException. 이 클래스의 모든 예외가 설정된 것은 ValidationEventArgs 아닙니다.