XmlSerializationReader::CreateInvalidCastException Method (Type^, Object^, String^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Creates an InvalidCastException that indicates that an explicit reference conversion failed.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- type
-
Type:
System::Type^
The Type that an object cannot be cast to. This type is incorporated into the exception message.
- value
-
Type:
System::Object^
The object that cannot be cast. This object is incorporated into the exception message.
- id
-
Type:
System::String^
A string identifier.
The protected members of XmlSerializationReader are intended for use only by derived classes that are used internally within the .NET Framework XML serialization infrastructure.
.NET Framework
Available since 2.0
Silverlight
Available since 2.0
Available since 2.0
Silverlight
Available since 2.0
Show: