Share via


NoLockExistsException Constructor (String)

Encapsulates a message string into a NoLockExistsException.

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

Parameters

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

.NET Framework Security

See Also

Reference

NoLockExistsException Class

NoLockExistsException Overload

Microsoft.TeamFoundation.VersionControl.Client Namespace