The AspExceptionCatchEnable property specifies whether ASP pages trap exceptions thrown by components.
Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property AspExceptionCatchEnable As Boolean |
C# |
---|
public bool AspExceptionCatchEnable { get; set; } |
C++ |
---|
public property bool AspExceptionCatchEnable sealed { bool get(); void set(bool value); } |
J# |
---|
/** property */ public bool get_AspExceptionCatchEnable(); /** property */ public void set_AspExceptionCatchEnable(bool value); |
JScript |
---|
public function get AspExceptionCatchEnable() : bool public function set AspExceptionCatchEnable(value : bool); |
Property Value
Value indicating if AspExceptionCatchEnable is enabled or disabled.
See Also
Documentation version 1.0.0.0.