Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Sub New ( _
    objectId As String, _
    parentId As String _
)
public CannotChangeTreesException(
    string objectId,
    string parentId
)
public:
CannotChangeTreesException(
    String^ objectId, 
    String^ parentId
)
new : 
        objectId:string * 
        parentId:string -> CannotChangeTreesException
public function CannotChangeTreesException(
    objectId : String, 
    parentId : String
)
Parameters
- objectId
 Type: System.String
- parentId
 Type: System.String
.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