Construtor InvalidServiceVersionException (String, Int32, Int32)
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (em Microsoft.TeamFoundation.Framework.Server.dll)
Sintaxe
'Declaração
Public Sub New ( _
serviceName As String, _
serviceVersion As Integer, _
minServiceVersion As Integer _
)
public InvalidServiceVersionException(
string serviceName,
int serviceVersion,
int minServiceVersion
)
Parâmetros
- serviceName
Tipo: System.String
- serviceVersion
Tipo: System.Int32
- minServiceVersion
Tipo: System.Int32
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
InvalidServiceVersionException Classe