Share via


ServiceVersionNotSupportedException Constructor (String, Int32, Int32)

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

Syntax

'Declaration
Public Sub New ( _
    serviceName As String, _
    version As Integer, _
    minVersion As Integer _
)
public ServiceVersionNotSupportedException(
    string serviceName,
    int version,
    int minVersion
)
public:
ServiceVersionNotSupportedException(
    String^ serviceName, 
    int version, 
    int minVersion
)
new : 
        serviceName:string * 
        version:int * 
        minVersion:int -> ServiceVersionNotSupportedException
public function ServiceVersionNotSupportedException(
    serviceName : String, 
    version : int, 
    minVersion : int
)

Parameters

.NET Framework Security

See Also

Reference

ServiceVersionNotSupportedException Class

ServiceVersionNotSupportedException Overload

Microsoft.TeamFoundation.Framework.Server Namespace