MoveTask.

CreateSourceFileNotFoundException(string) Method

Summary

Creates a source file not found exception.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Tasks
Containing Type
MoveTask

Syntax

protected override BuildException CreateSourceFileNotFoundException(string sourceFile)

Parameters

Name Type Description
sourceFile string The source file.

Return Value

Type Description
BuildException The exception instance.