ServiceNotFoundException クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
サービスが見つからない場合に適用される例外です。
public ref class ServiceNotFoundException : Exception
public class ServiceNotFoundException : Exception
type ServiceNotFoundException = class
inherit Exception
Public Class ServiceNotFoundException
Inherits Exception
- 継承
-
ServiceNotFoundException
コンストラクター
| 名前 | 説明 |
|---|---|
| ServiceNotFoundException(Type) |
指定されたサービスタイプで ServiceNotFoundException クラスの新しいインスタンスを初期化します。 |
プロパティ
| 名前 | 説明 |
|---|---|
| ServiceType |
サービスの種類を取得します。 |