Click or drag to resize

IEAPExtendedException Interface

Interface used some platform exception objects to provided extended exception information. Primarily used by EAPException.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public interface IEAPExtendedException

The IEAPExtendedException type exposes the following members.

Properties
  NameDescription
Public propertyDeveloperMessage
Gets/sets any developer-specific message content.
Public propertyDoNotLogToRequestLog
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.
Public propertyIsSensitive
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.
Public propertySuppressInner
Specifies whether or not any inner exceptions should be suppressed when generating a non-developer user error message. See SuppressInner.
Top
See Also