Construtor InvalidServicingStepTypeException (String, IStepPerformer, String)
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (em Microsoft.TeamFoundation.Framework.Server.dll)
Sintaxe
'Declaração
Public Sub New ( _
servicingOperation As String, _
performer As IStepPerformer, _
stepType As String _
)
public InvalidServicingStepTypeException(
string servicingOperation,
IStepPerformer performer,
string stepType
)
Parâmetros
- servicingOperation
Tipo: System.String
- performer
Tipo: Microsoft.TeamFoundation.Framework.Server.IStepPerformer
- stepType
Tipo: System.String
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.
Consulte também
Referência
InvalidServicingStepTypeException Classe