共用方式為


XmlSerializationWriter.CreateInvalidChoiceIdentifierValueException 方法

定義

建立 InvalidOperationException,表示在寫入套用 XML 結構描述 choice 項目宣告的位置時,發生失敗。

此 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 序列化基礎結構內部使用的衍生類別使用。

適用於