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
- servicingOperation
Type: System.String
- performer
Type: Microsoft.TeamFoundation.Framework.Server.IStepPerformer
- stepType
Type: System.String
.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.
See Also
Reference
InvalidServicingStepTypeException Class