Share via


MergeTargetNotMappedException Constructor (String, Exception)

Encapsulates a message string and exception object into a MergeTargetNotMappedException.

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 MergeTargetNotMappedException(
    string message,
    Exception ex
)
public:
MergeTargetNotMappedException(
    String^ message, 
    Exception^ ex
)
new : 
        message:string * 
        ex:Exception -> MergeTargetNotMappedException
public function MergeTargetNotMappedException(
    message : String, 
    ex : Exception
)

Parameters

  • message
    Type: System.String
    A message that describes the exception.

.NET Framework Security

See Also

Reference

MergeTargetNotMappedException Class

MergeTargetNotMappedException Overload

Microsoft.TeamFoundation.VersionControl.Client Namespace