Specifies the type of diagnostic error reporting for a thread.
[FlagsAttribute]
public enum class ErrorOptions
| Member | Value | Description |
|---|---|---|
| ForceExceptions | 2 | Exceptions are reported. |
| None | 0 | No error reporting occurs for the thread. |
| SuppressExceptions | 1 | Exceptions are suppressed and not reported. |
| SuppressSetErrorInfo | 8 | Error information for SetErrorInfo is suppressed and not reported. |
| UseSetErrorInfo | 4 | Error information for SetErrorInfo is used. |
Namespace: Windows.Foundation.Diagnostics
Metadata: windows.winmd