This documentation is archived and is not being maintained.

CustomAssemblyPathNotFoundException Constructor (String)

Initializes a new CustomAssemblyPathNotFoundException instance.

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

public:
CustomAssemblyPathNotFoundException(
	String^ folderPath
)

Parameters

folderPath
Type: System::String

The folder path that did not contain the custom assembly.

Show: