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

例外の種類を把握します。

適用対象