NotFoundException クラス

定義

照会されたテクニックをデバイスがサポートしていない場合に例外をスローします。

public ref class NotFoundException : Exception
public class NotFoundException : Exception
type NotFoundException = class
    inherit Exception
Public Class NotFoundException
Inherits Exception
継承
NotFoundException

コンストラクター

NotFoundException()

NotFoundException クラスの新しいインスタンスを既定のプロパティ値で初期化します。

NotFoundException(String)

指定された例外の名前を使用して、NotFoundException クラスの新しいインスタンスを初期化します。

NotFoundException(String, String)

指定された例外の名前と型を使用して、NotFoundException クラスの新しいインスタンスを初期化します。

適用対象