다음을 통해 공유


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>

이 예외와 연결된 유효성 검사 경고와 오류를 포함하는 IList 개체의 ValidationEventArgs입니다. 기본값은 빈 목록입니다.

설명

TrackingProfileSerializerXmlReader를 사용하여 XML 문서를 TrackingProfile로 역직렬화합니다. TrackingProfileSerializerXmlReader에서 내보내는 유효성 검사 오류와 경고를 수집합니다. deserialization 중의 특정 지점에서 TrackingProfileSerializerXmlReader에 유효성 검사 오류가 있는지 여부를 결정하고, 있는 경우 TrackingProfileSerializer에서 이러한 경고와 오류를 ValidationEventArgs에 추가하고 TrackingProfileDeserializationException을 throw합니다. 이 클래스의 모든 예외에 ValidationEventArgs가 설정되지는 않습니다.

적용 대상