ServiceNotFoundException(Type) Constructor

Definition

Initializes a new instance of the ServiceNotFoundException class with the specified service type.

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

Parameters

serviceType
Type

The specified type of the service.

Applies to