IncompletePendingChangeException Constructor (String)

Encapsulates a message string into an IncompletePendingChangeException.

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

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
public IncompletePendingChangeException(
    string message
)
public:
IncompletePendingChangeException(
    String^ message
)
new : 
        message:string -> IncompletePendingChangeException
public function IncompletePendingChangeException(
    message : String
)

Parameters

  • message
    Type: System.String

    A message that describes the exception.

.NET Framework Security

See Also

Reference

IncompletePendingChangeException Class

IncompletePendingChangeException Overload

Microsoft.TeamFoundation.VersionControl.Client Namespace