Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub New ( _
    serviceName As String, _
    serviceVersion As Integer, _
    minServiceVersion As Integer _
)
public InvalidServiceVersionException(
    string serviceName,
    int serviceVersion,
    int minServiceVersion
)
public:
InvalidServiceVersionException(
    String^ serviceName, 
    int serviceVersion, 
    int minServiceVersion
)
new : 
        serviceName:string * 
        serviceVersion:int * 
        minServiceVersion:int -> InvalidServiceVersionException
public function InvalidServiceVersionException(
    serviceName : String, 
    serviceVersion : int, 
    minServiceVersion : int
)
Parameters
- serviceName
 Type: System.String
- serviceVersion
 Type: System.Int32
- minServiceVersion
 Type: System.Int32
.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
InvalidServiceVersionException Class