Summary
Creates a source file not found exception.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Tasks - Containing Type
- CopyTask
Syntax
protected virtual BuildException CreateSourceFileNotFoundException(string sourceFile)
Parameters
Name | Type | Description |
---|---|---|
sourceFile | string | The source file. |
Return Value
Type | Description |
---|---|
BuildException | The exception instance. |