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

指定されたサービスの種類。

適用対象