ServiceNotFoundException クラス

定義

サービスが見つからない場合に適用される例外です。

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

コンストラクター

名前 説明
ServiceNotFoundException(Type)

指定されたサービスタイプで ServiceNotFoundException クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
ServiceType

サービスの種類を取得します。

適用対象