XmlSerializationWriter.CreateMismatchChoiceException メソッド
アセンブリ: System.Xml (system.xml.dll 内)

Protected Function CreateMismatchChoiceException ( _ value As String, _ elementName As String, _ enumValue As String _ ) As Exception
Dim value As String Dim elementName As String Dim enumValue As String Dim returnValue As Exception returnValue = Me.CreateMismatchChoiceException(value, elementName, enumValue)
protected Exception CreateMismatchChoiceException ( string value, string elementName, string enumValue )
protected: Exception^ CreateMismatchChoiceException ( String^ value, String^ elementName, String^ enumValue )
protected Exception CreateMismatchChoiceException ( String value, String elementName, String enumValue )
protected function CreateMismatchChoiceException ( value : String, elementName : String, enumValue : String ) : Exception
- enumValue
有効な値。
InvalidOperationException 例外。

XmlSerializationWriter のプロテクト メンバを使用するのは、想定では .NET Framework XML シリアル化インフラストラクチャ内で内部的に用いられる派生クラスのみです。

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- XmlSerializationWriter.CreateMismatchChoiceException メソッドのページへのリンク