NAnt.Core.Tasks.CopyTask.CreateSourceFileNotFoundException C# (CSharp) 메소드

CreateSourceFileNotFoundException() 보호된 메소드

protected CreateSourceFileNotFoundException ( string sourceFile ) : BuildException
sourceFile string
리턴 BuildException
        protected virtual BuildException CreateSourceFileNotFoundException(string sourceFile)
        {
            return new BuildException(string.Format(CultureInfo.InvariantCulture,
                "Could not find file '{0}' to copy.", sourceFile),
                Location);
        }