This documentation is archived and is not being maintained.
TeamFoundationServerVersionCheckException Constructor (String, String)
Visual Studio 2013
Initializes a new instance of the TeamFoundtionServerVersionCheckException with the specified server name or URL and version range.
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
public:
TeamFoundationServerVersionCheckException(
String^ nameOrUrl,
String^ range
)
Parameters
- nameOrUrl
- Type: System::String
The server name or URL.
- range
- Type: System::String
The range of the server version.
- 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.
Show: