TargetHasPendingChangeException Constructor (String, Exception)

Encapsulates a message string and exception object into a TargetHasPendingChangeException.

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

Syntax

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

Parameters

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

.NET Framework Security

See Also

Reference

TargetHasPendingChangeException Class

TargetHasPendingChangeException Overload

Microsoft.TeamFoundation.VersionControl.Client Namespace