IEAPExtendedException Interface |
Namespace: NetQuarry
The IEAPExtendedException type exposes the following members.
Name | Description | |
---|---|---|
DeveloperMessage |
Gets/sets any developer-specific message content.
| |
DoNotLogToRequestLog |
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.
| |
IsSensitive |
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.
| |
SuppressInner |
Specifies whether or not any inner exceptions should be suppressed when generating a non-developer user error message.
See SuppressInner.
|