XmlSerializationWriter.CreateChoiceIdentifierValueException メソッド

定義

XML スキーマの choice 要素宣言に準拠する要素に、想定外の名前が使用されたことを示す InvalidOperationException を作成します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

protected:
 Exception ^ CreateChoiceIdentifierValueException(System::String ^ value, System::String ^ identifier, System::String ^ name, System::String ^ ns);
protected Exception CreateChoiceIdentifierValueException (string value, string identifier, string name, string ns);
member this.CreateChoiceIdentifierValueException : string * string * string * string -> Exception
Protected Function CreateChoiceIdentifierValueException (value As String, identifier As String, name As String, ns As String) As Exception

パラメーター

value
String

無効な名前。

identifier
String

名前が属する choice 要素宣言。

name
String

要素の想定内のローカル名。

ns
String

要素の想定内の名前空間。

戻り値

新しく作成された例外。

注釈

の保護されたメンバーXmlSerializationWriterは、.NET Framework XML シリアル化インフラストラクチャ内で内部的に使用される派生クラスでのみ使用することを目的としています。

適用対象