Aracılığıyla paylaş


XmlSerializationReader.CreateBadDerivationException Yöntem

Tanım

Bir nesneyi, öğesinin geçerli konumundaki XmlReaderXML gösteriminden iç öğeyi okuma seçeneğiyle doldurur.

Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.

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

Parametreler

xsdDerived
String

Türetilmiş XML Şeması veri türünün yerel adı.

nsDerived
String

Türetilmiş XML Şeması veri türünün ad alanı.

xsdBase
String

Temel XML Şeması veri türünün yerel adı.

nsBase
String

Temel XML Şeması veri türünün ad alanı.

clrDerived
String

Türetilen .NET Framework türünün ad alanı.

clrBase
String

Temel .NET Framework türünün adı.

Döndürülenler

Exception

Bir InvalidOperationException özel durum.

Açıklamalar

korumalı üyeleri XmlSerializationReader yalnızca .NET Framework XML serileştirme altyapısı içinde kullanılan türetilmiş sınıflar tarafından kullanılmak üzere tasarlanmıştır.

Şunlara uygulanır