ServiceNotFoundException(Type) 建構函式

定義

使用指定的服務類型,初始化 ServiceNotFoundException 類別的新執行個體。

public:
 ServiceNotFoundException(Type ^ serviceType);
public ServiceNotFoundException (Type serviceType);
new Microsoft.SqlServer.Management.ServiceNotFoundException : Type -> Microsoft.SqlServer.Management.ServiceNotFoundException
Public Sub New (serviceType As Type)

參數

serviceType
Type

指定的服務類型。

適用於