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)
Syntax
'Declaration
Public Sub New ( _
    nameOrUrl As String, _
    range As String _
)
public TeamFoundationServerVersionCheckException(
    string nameOrUrl,
    string range
)
public:
TeamFoundationServerVersionCheckException(
    String^ nameOrUrl, 
    String^ range
)
new : 
        nameOrUrl:string * 
        range:string -> TeamFoundationServerVersionCheckException
public function TeamFoundationServerVersionCheckException(
    nameOrUrl : String, 
    range : String
)
Parameters
- nameOrUrl 
 Type: System.String- The server name or URL. 
- range 
 Type: System.String- The range of the server version. 
.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
TeamFoundationServerVersionCheckException Class