ExceptionOptions Enumeration |
Namespace: NetQuarry
Member name | Value | Description | |
---|---|---|---|
SuppressInner | 1 | Specifies whether or not any inner exceptions should be suppressed when generating a non-developer user error message. See SuppressInner. | |
IsSensitive | 2 | Specifies whether this exception, or any of its inner exceptions, may contain sensitive information that should be suppressed when when UnhandledErrorSuppressions is enabled. See IsSensitive. | |
DoNotLogToRequestLog | 4 | 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. |
Copyright (c) 2004-2020 NetQuarry, Inc. All rights reserved.