NAnt SDK Documentation - v0.92

CopyTask.CreateSourceFileNotFoundException Method 

[Visual Basic]
Overridable Protected Function CreateSourceFileNotFoundException( _
   ByVal sourceFile As String _
) As BuildException
[C#]
protected virtual BuildException CreateSourceFileNotFoundException(
   string sourceFile
);

See Also

CopyTask Class | NAnt.Core.Tasks Namespace