Summary
Specifies whether or not the disassembler should generate
structured exception handling clauses in canonical (label) form.
The default is
false.
- Assembly
- NAnt
.MSNet .dll - Namespace
- NAnt
.MSNet .Tasks - Containing Type
- IldasmTask
Syntax
[TaskAttribute("rawexceptionhandling")]
[BooleanValidator()]
public bool RawExceptionHandling { get; set; }
Remarks
Corresponds to the /RAWEH 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 structured exception handling clauses
should be generated in canonical form; otherwise,
false. The default is false.
|
