XmlSerializationReader.CreateAbstractTypeException(String, String) Method

Definition

Creates an InvalidOperationException that indicates that an object being deserialized should be abstract.

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

protected:
 Exception ^ CreateAbstractTypeException(System::String ^ name, System::String ^ ns);
protected Exception CreateAbstractTypeException (string name, string? ns);
protected Exception CreateAbstractTypeException (string name, string ns);
member this.CreateAbstractTypeException : string * string -> Exception
Protected Function CreateAbstractTypeException (name As String, ns As String) As Exception

Parameters

name
String

The name of the abstract type.

ns
String

The .NET Framework namespace of the abstract type.

Returns

An InvalidOperationException exception.

Remarks

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

Applies to