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