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

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

適用対象