TypeNotFoundException 类

定义

表示在执行应用程序期间发生的异常。

public ref class TypeNotFoundException : Exception
public class TypeNotFoundException : Exception
type TypeNotFoundException = class
    inherit Exception
Public Class TypeNotFoundException
Inherits Exception
继承
TypeNotFoundException

构造函数

TypeNotFoundException(String)

使用指定的类型初始化 TypeNotFoundException 类的新实例。

属性

Type

获取异常的类型。

适用于