Share via


XmlSerializationReader.CreateBadDerivationException 메서드

정의

내부 요소를 읽는 옵션을 사용하여 XmlReader의 현재 위치에서 해당 XML 표현의 개체를 채웁니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

protected:
 Exception ^ CreateBadDerivationException(System::String ^ xsdDerived, System::String ^ nsDerived, System::String ^ xsdBase, System::String ^ nsBase, System::String ^ clrDerived, System::String ^ clrBase);
protected Exception CreateBadDerivationException (string? xsdDerived, string? nsDerived, string? xsdBase, string? nsBase, string? clrDerived, string? clrBase);
protected Exception CreateBadDerivationException (string xsdDerived, string nsDerived, string xsdBase, string nsBase, string clrDerived, string clrBase);
member this.CreateBadDerivationException : string * string * string * string * string * string -> Exception
Protected Function CreateBadDerivationException (xsdDerived As String, nsDerived As String, xsdBase As String, nsBase As String, clrDerived As String, clrBase As String) As Exception

매개 변수

xsdDerived
String

파생된 XML 스키마 데이터 형식의 로컬 이름입니다.

nsDerived
String

파생된 XML 스키마 데이터 형식의 네임스페이스입니다.

xsdBase
String

기본 XML 스키마 데이터 형식의 로컬 이름입니다.

nsBase
String

기본 XML 스키마 데이터 형식의 네임스페이스입니다.

clrDerived
String

파생된 .NET Framework 형식의 네임스페이스입니다.

clrBase
String

기본 .NET Framework 형식의 이름입니다.

반환

Exception

InvalidOperationException 예외입니다.

설명

보호된 멤버 XmlSerializationReader 는 .NET Framework XML serialization 인프라 내에서 내부적으로 사용되는 파생 클래스에서만 사용하기 위한 것입니다.

적용 대상