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
- serviceName
Type: System.String
- version
Type: System.Int32
- minVersion
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
ServiceVersionNotSupportedException Class