InvalidServicingStepTypeException Constructor (String, IStepPerformer, String)

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Sub New ( _
    servicingOperation As String, _
    performer As IStepPerformer, _
    stepType As String _
)
public InvalidServicingStepTypeException(
    string servicingOperation,
    IStepPerformer performer,
    string stepType
)
public:
InvalidServicingStepTypeException(
    String^ servicingOperation, 
    IStepPerformer^ performer, 
    String^ stepType
)
new : 
        servicingOperation:string * 
        performer:IStepPerformer * 
        stepType:string -> InvalidServicingStepTypeException
public function InvalidServicingStepTypeException(
    servicingOperation : String, 
    performer : IStepPerformer, 
    stepType : String
)

Parameters

.NET Framework Security

See Also

Reference

InvalidServicingStepTypeException Class

InvalidServicingStepTypeException Overload

Microsoft.TeamFoundation.Framework.Server Namespace