MappingConflictException Constructor (String, Exception)

Initializes a new MappingConflictException instance.

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

Syntax

'宣言
Public Sub New ( _
    message As String, _
    exception As Exception _
)
public MappingConflictException(
    string message,
    Exception exception
)
public:
MappingConflictException(
    String^ message, 
    Exception^ exception
)
new : 
        message:string * 
        exception:Exception -> MappingConflictException
public function MappingConflictException(
    message : String, 
    exception : Exception
)

Parameters

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

.NET Framework Security

See Also

Reference

MappingConflictException Class

MappingConflictException Overload

Microsoft.TeamFoundation.VersionControl.Client Namespace