NAnt SDK Documentation - v0.85-nightly-2005-11-09

IlasmTask.Error Property

[This is preliminary documentation and subject to change.]

Specifies whether or not the compiler should attempt to create a PE file even if compilation errors have been reported.

[Visual Basic]
<BooleanValidator, _  TaskAttribute(Required:=False, Name:="error", ExpandProperties:=True, ProcessXml:=True)>
Public Property Error As Boolean
[C#]
[BooleanValidator]
[TaskAttribute(Required=False, Name="error", ExpandProperties=True, ProcessXml=True)]
public bool Error {get; set;}

Property Value

true if a PE file has to be created even if compilation errors have been reported; otherwise, false. The default is false.

Remarks

Corresponds to the /ERROR flag.

See Also

IlasmTask Class | NAnt.DotNet.Tasks Namespace