ServiceNotFoundException 類別

定義

當找不到服務時會拋出例外。

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

建構函式

名稱 Description
ServiceNotFoundException(Type)

初始化一個以指定服務類型的類別新 ServiceNotFoundException 實例。

屬性

名稱 Description
ServiceType

了解服務類型。

適用於