Summary
Specifies whether or not the compiler should attempt to create a
PE file even if compilation errors have been reported.
- Assembly
- NAnt
.DotNet .dll - Namespace
- NAnt
.DotNet .Tasks - Containing Type
- IlasmTask
Syntax
[TaskAttribute("error")]
[BooleanValidator()]
public bool Error { get; set; }
Remarks
Corresponds to the /ERROR
flag.
Attributes
Type | Description |
---|---|
Task |
Indicates that property should be treated as a XML attribute for the task. |
Boolean |
Used to indicate that a property should be able to be converted into a
bool .
|
Value
Type | Description |
---|---|
bool |
true if a PE file has to be created even if
compilation errors have been reported; otherwise,
false . The default is false .
|