ErrorOptions Enumeration

Specifies the type of diagnostic error reporting for a thread.

Syntax

[FlagsAttribute]
public enum class ErrorOptions  

Members

Member Value Description
ForceExceptions Exceptions are reported.
None No error reporting occurs for the thread.
SuppressExceptions Exceptions are suppressed and not reported.
SuppressSetErrorInfo Error information for SetErrorInfo is suppressed and not reported.
UseSetErrorInfo Error information for SetErrorInfo is used.

Requirements

Namespace: Windows.Foundation.Diagnostics

Metadata: windows.winmd

See also

Reference

Windows.Foundation.Diagnostics Namespace