XmlSerializationWriter.CreateInvalidAnyTypeException Method (Object)

Microsoft Silverlight will reach end of support after October 2021. Learn more.

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Creates an InvalidOperationException that indicates the XmlAnyElementAttribute has been invalidly applied to a member; only members that are of type XmlNode, or derived from XmlNode, are valid.

Namespace:  System.Xml.Serialization
Assembly:  System.Xml.Serialization (in System.Xml.Serialization.dll)

Syntax

'Declaration
Protected Function CreateInvalidAnyTypeException ( _
    o As Object _
) As Exception
protected Exception CreateInvalidAnyTypeException(
    Object o
)

Parameters

  • o
    Type: System.Object
    The object that represents the invalid member.

Return Value

Type: System.Exception
An InvalidOperationException exception.

Version Information

Silverlight

Supported in: 5, 4, 3

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.