共用方式為


XmlSerializationReader.CreateAbstractTypeException(String, String) 方法

定義

建立 InvalidOperationException,表示正在還原序列化的物件應該是抽象的。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

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

參數

name
String

抽象類型的名稱。

ns
String

抽象類型的 .NET Framework 命名空間。

傳回

Exception

InvalidOperationException 例外狀況。

備註

的受保護成員 XmlSerializationReader 僅供在 .NET Framework XML 序列化基礎結構內部使用的衍生類別使用。

適用於