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 シリアル化インフラストラクチャ内で内部的に使用される派生クラスでのみ使用することを目的としています。

適用対象