ReclassifiedToDifferentTreeException Constructor (String, String)
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Server (in Microsoft.TeamFoundation.Server.dll)
'Declaration
Public Sub New ( _
objectId As String, _
reclassifyId As String _
)
public ReclassifiedToDifferentTreeException(
string objectId,
string reclassifyId
)
public:
ReclassifiedToDifferentTreeException(
String^ objectId,
String^ reclassifyId
)
new :
objectId:string *
reclassifyId:string -> ReclassifiedToDifferentTreeException
public function ReclassifiedToDifferentTreeException(
objectId : String,
reclassifyId : String
)
- objectId
Type: System.String
- reclassifyId
Type: System.String
- 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.
ReclassifiedToDifferentTreeException Class