| NAnt SDK Documentation - v0.92 |
|
CopyTask.ExecuteTask Method
Executes the Copy task.
[Visual Basic]
Overrides Protected Sub ExecuteTask()
[C#]
protected override
void ExecuteTask();
Exceptions
| Exception Type |
Condition |
|
BuildException
|
A file that has to be copied does not exist or could not be copied. |
See Also
CopyTask Class | NAnt.Core.Tasks Namespace