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