Share via


CannotPendChangeOnDestroyedFileException Constructor (String)

Encapsulates a message string into a CannotPendChangeOnDestroyedFileException.

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 CannotPendChangeOnDestroyedFileException(
    string message
)
public:
CannotPendChangeOnDestroyedFileException(
    String^ message
)
new : 
        message:string -> CannotPendChangeOnDestroyedFileException
public function CannotPendChangeOnDestroyedFileException(
    message : String
)

Parameters

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

.NET Framework Security

See Also

Reference

CannotPendChangeOnDestroyedFileException Class

CannotPendChangeOnDestroyedFileException Overload

Microsoft.TeamFoundation.VersionControl.Client Namespace