MergeTargetPathHasNamespacePendingChangeConflictException Constructor (String, Exception)

Encapsulates a message string and exception object into a MergeTargetPathHasNamespacePendingChangeConflictException.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    ex As Exception _
)
public MergeTargetPathHasNamespacePendingChangeConflictException(
    string message,
    Exception ex
)
public:
MergeTargetPathHasNamespacePendingChangeConflictException(
    String^ message, 
    Exception^ ex
)
new : 
        message:string * 
        ex:Exception -> MergeTargetPathHasNamespacePendingChangeConflictException
public function MergeTargetPathHasNamespacePendingChangeConflictException(
    message : String, 
    ex : Exception
)

Parameters

  • message
    Type: System.String

    A message that describes the exception.

.NET Framework Security

See Also

Reference

MergeTargetPathHasNamespacePendingChangeConflictException Class

MergeTargetPathHasNamespacePendingChangeConflictException Overload

Microsoft.TeamFoundation.VersionControl.Client Namespace