XmlSerializationReader.CreateInvalidCastException Method (Type, Object, String)
.NET Framework 3.0
This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Creates an InvalidCastException that indicates that an explicit reference conversion failed.
Namespace: System.Xml.SerializationAssembly: System.Xml (in system.xml.dll)
protected Exception CreateInvalidCastException ( Type type, Object value, String id )
protected function CreateInvalidCastException ( type : Type, value : Object, id : String ) : Exception
Not applicable.
Parameters
- type
The Type that an object cannot be cast to. This type is incorporated into the exception message.
- value
The object that cannot be cast. This object is incorporated into the exception message.
- id
A string identifier.
Return Value
An InvalidCastException exception.The protected members of XmlSerializationReader are intended for use only by derived classes that are used internally within the .NET Framework XML serialization infrastructure.
Windows 98, Windows Server 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
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.