Share via


ServiceMissingException Constructor

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

Namespace:  Microsoft.TeamFoundation.Build.Workflow
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

'宣言
Public Sub New ( _
    serviceType As Type _
)
public ServiceMissingException(
    Type serviceType
)
public:
ServiceMissingException(
    Type^ serviceType
)
new : 
        serviceType:Type -> ServiceMissingException
public function ServiceMissingException(
    serviceType : Type
)

Parameters

  • serviceType
    Type: System.Type
    The type of the expected service.

.NET Framework Security

See Also

Reference

ServiceMissingException Class

Microsoft.TeamFoundation.Build.Workflow Namespace