IEAPExtendedExceptionDoNotLogToRequestLog Property |
Specifies that this exception does not need to be logged to
xot_request_log. Note that it DOES NOT prevent the
error from being logged as part of normal request logging. It DOES, however, prevent special logging of continuable
errors that occur in the middle of a request. The primary example of this is a custom validation error raised during
a
WizardNext event.
See
DoNotLogToRequestLog.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax bool DoNotLogToRequestLog { get; set; }
Property DoNotLogToRequestLog As Boolean
Get
Set
Property Value
Type:
BooleanSee Also