This documentation is archived and is not being maintained.

ProjectFileTemplateNotFoundException Constructor (String)

Initializes a new ProjectFileTemplateNotFoundException instance.

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

public:
ProjectFileTemplateNotFoundException(
	String^ fileName
)

Parameters

fileName
Type: System::String

The file name of the project file that was not found.

Show: