Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.