次の方法で共有


XmlSerializationWriter.CreateInvalidChoiceIdentifierValueException メソッド

定義

XML スキーマの choice 要素宣言が適用される配列の書き込み中にエラーが発生したことを示す InvalidOperationException を作成します。

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

protected:
 Exception ^ CreateInvalidChoiceIdentifierValueException(System::String ^ type, System::String ^ identifier);
protected Exception CreateInvalidChoiceIdentifierValueException (string type, string identifier);
member this.CreateInvalidChoiceIdentifierValueException : string * string -> Exception
Protected Function CreateInvalidChoiceIdentifierValueException (type As String, identifier As String) As Exception

パラメーター

type
String

シリアル化されている型。

identifier
String

choice 要素宣言の名前。

戻り値

Exception

新しく作成された例外。

注釈

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

適用対象