XmlSerializationReader.CreateInaccessibleConstructorException(String) 方法

定义

创建一个 InvalidOperationException,该异常指示要反序列化的对象无法实例化,原因是无构造函数可用。

此 API 支持产品基础结构,不能在代码中直接使用。

protected:
 Exception ^ CreateInaccessibleConstructorException(System::String ^ typeName);
protected Exception CreateInaccessibleConstructorException (string typeName);
member this.CreateInaccessibleConstructorException : string -> Exception
Protected Function CreateInaccessibleConstructorException (typeName As String) As Exception

参数

typeName
String

类型的名称。

返回

Exception

一个 InvalidOperationException 异常。

注解

受保护的成员XmlSerializationReader仅供派生类使用,这些类在.NET Framework XML 序列化基础结构内部使用。

适用于