Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation.Server (in Microsoft.TeamFoundation.Server.dll)
Syntax
声明
Public Sub New ( _
    requestContext As TeamFoundationRequestContext, _
    ex As SqlException, _
    sqlError As SqlError _
)
public CannotChangeTreesException(
    TeamFoundationRequestContext requestContext,
    SqlException ex,
    SqlError sqlError
)
public:
CannotChangeTreesException(
    TeamFoundationRequestContext^ requestContext, 
    SqlException^ ex, 
    SqlError^ sqlError
)
new : 
        requestContext:TeamFoundationRequestContext * 
        ex:SqlException * 
        sqlError:SqlError -> CannotChangeTreesException
public function CannotChangeTreesException(
    requestContext : TeamFoundationRequestContext, 
    ex : SqlException, 
    sqlError : SqlError
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext 
- ex
Type: System.Data.SqlClient.SqlException 
- sqlError
Type: System.Data.SqlClient.SqlError 
.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
CannotChangeTreesException Class