ProjectDoesNotExistException Constructor (String, Exception)

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

ProjectDoesNotExistException Class

ProjectDoesNotExistException Overload

Microsoft.TeamFoundation.Framework.Client Namespace