Click or drag to resize

FormatExceptionOptions Enumeration

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum FormatExceptionOptions
Members
  Member nameValueDescription
NonDebugVerbose1 Include verbose exception information in a non-DEBUG build.
DebugVerbose2 Include verbose exception information in a DEBUG build.
IsDeveloper4 Specifies whether or not the current user is a developer.
IgnoreSuppression8 Ignores any sensitive information suppression. Appropriate ONLY for server-side logging (e.g. xot_request_log).
DevMessagesOnly16 Include developer messages only (from any exception DeveloperMessage).
See Also