NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
GetTask.IgnoreErrors Property
[This is preliminary documentation and subject to change.]
NOTE: This property is now obsolete.
Use the 'failonerror' attribute instead.
Log errors but don't treat as fatal. The default is false.
[Visual Basic]
<BooleanValidator, _
TaskAttribute(Name:="ignoreerrors", Required:=False, ExpandProperties:=True, ProcessXml:=True), _
Obsolete(Message:="Use the 'failonerror' attribute instead.", IsError:=False)>
Public Property IgnoreErrors As
Boolean
[C#]
[BooleanValidator]
[TaskAttribute(Name="ignoreerrors", Required=False, ExpandProperties=True, ProcessXml=True)]
[Obsolete(Message="Use the 'failonerror' attribute instead.", IsError=False)]
public
bool IgnoreErrors {get; set;}
Remarks
Missing <remarks> documentation for P:NAnt.Core.Tasks.GetTask.IgnoreErrors
See Also
GetTask Class | NAnt.Core.Tasks Namespace