NoLockExistsException Constructor (String, Exception)

Encapsulates a message string and exception object 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, _
    ex As Exception _
)
public NoLockExistsException(
    string message,
    Exception ex
)
public:
NoLockExistsException(
    String^ message, 
    Exception^ ex
)
new : 
        message:string * 
        ex:Exception -> NoLockExistsException
public function NoLockExistsException(
    message : String, 
    ex : Exception
)

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