XmlSerializationWriter.CreateChoiceIdentifierValueException 方法

定义

创建一个 InvalidOperationException,该异常指示符合 XML 架构 choice 元素声明的元素具有意外名称。

此 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

元素需要的命名空间。

返回

Exception

新创建的异常。

注解

受保护的成员XmlSerializationWriter仅供派生类使用,这些类在.NET Framework XML 序列化基础结构内部使用。

适用于