NAnt SDK Documentation - v0.92

SolutionBase.CreateProjectDoesNotExistException Method 

[Visual Basic]
Protected Function CreateProjectDoesNotExistException( _
   ByVal projectPath As String _
) As BuildException
[C#]
protected BuildException CreateProjectDoesNotExistException(
   string projectPath
);

See Also

SolutionBase Class | NAnt.VSNet Namespace