This documentation is archived and is not being maintained.

ProjectFileCreationException Constructor (String, Exception)

Initializes a new ProjectFileCreationException instance.

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

public:
ProjectFileCreationException(
	String^ fileName, 
	Exception^ innerException
)

Parameters

fileName
Type: System::String

The file name that was not created.

innerException
Type: System::Exception

The exception that caused this error.

Show: