TrackingProfileDeserializationException.ValidationEventArgs 속성

정의

이 예외와 관련된 유효성 검사 경고 및 오류가 포함된 목록을 가져옵니다.

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 아닙니다.

적용 대상