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

例外の型を取得します。

適用対象