XmlSerializationWriter.CreateMismatchChoiceException 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建一个 InvalidOperationException,该异常指示 XML 元素的某个值与枚举类型不匹配。
此 API 支持产品基础结构,不能在代码中直接使用。
protected:
Exception ^ CreateMismatchChoiceException(System::String ^ value, System::String ^ elementName, System::String ^ enumValue);
protected Exception CreateMismatchChoiceException (string value, string elementName, string enumValue);
member this.CreateMismatchChoiceException : string * string * string -> Exception
Protected Function CreateMismatchChoiceException (value As String, elementName As String, enumValue As String) As Exception
参数
- value
- String
无效的值。
- elementName
- String
具有无效值的 XML 元素的名称。
- enumValue
- String
有效值。
返回
新创建的异常。
注解
受保护的成员XmlSerializationWriter仅供派生类使用,这些类在.NET Framework XML 序列化基础结构内部使用。