Summary
Specifies whether ASP pages trap exceptions thrown by components.
If set to
false
, the Microsoft Script Debugger tool
does not catch exceptions sent by the component that you are debugging.
The default is true
.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks .Web - Containing Type
- Create
Virtual Directory
Syntax
[TaskAttribute("aspexceptioncatchenable"), IisProperty]
public bool AspExceptionCatchEnable { get; set; }
Attributes
Type | Description |
---|---|
TaskAttribute | |
Create |
Value
Type | Description |
---|---|
bool |