XmlSerializationWriter.CreateInvalidChoiceIdentifierValueException 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建一个 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
元素声明的名称。
返回
新创建的异常。
注解
受保护的成员XmlSerializationWriter仅供派生类使用,这些类在.NET Framework XML 序列化基础结构内部使用。