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 序列化基础结构内部使用。

适用于