XmlSerializationReader.CreateInvalidCastException Method

Definition

Creates an InvalidCastException that indicates that an explicit reference conversion failed.

Overloads

CreateInvalidCastException(Type, Object)

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.

CreateInvalidCastException(Type, Object, String)

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.

Remarks

The protected members of XmlSerializationReader are intended for use only by derived classes that are used internally within the .NET Framework XML serialization infrastructure.

CreateInvalidCastException(Type, Object)

Source:
XmlSerializationReader.cs
Source:
XmlSerializationReader.cs
Source:
XmlSerializationReader.cs

Creates an InvalidCastException that indicates that an explicit reference conversion failed.

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

protected Exception CreateInvalidCastException (Type type, object? value);
protected Exception CreateInvalidCastException (Type type, object value);

Parameters

type
Type

The Type that an object cannot be cast to. This type is incorporated into the exception message.

value
Object

The object that cannot be cast. This object is incorporated into the exception message.

Returns

An InvalidCastException exception.

Remarks

The protected members of XmlSerializationReader are intended for use only by derived classes that are used internally within the .NET Framework XML serialization infrastructure.

Applies to

.NET 9 and other versions
Product Versions
.NET Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1

CreateInvalidCastException(Type, Object, String)

Source:
XmlSerializationReader.cs
Source:
XmlSerializationReader.cs
Source:
XmlSerializationReader.cs

Creates an InvalidCastException that indicates that an explicit reference conversion failed.

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

protected Exception CreateInvalidCastException (Type type, object? value, string? id);
protected Exception CreateInvalidCastException (Type type, object value, string id);

Parameters

type
Type

The Type that an object cannot be cast to. This type is incorporated into the exception message.

value
Object

The object that cannot be cast. This object is incorporated into the exception message.

id
String

A string identifier.

Returns

An InvalidCastException exception.

Remarks

The protected members of XmlSerializationReader are intended for use only by derived classes that are used internally within the .NET Framework XML serialization infrastructure.

Applies to

.NET 9 and other versions
Product Versions
.NET Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1