WerFaultReporting Enumeration
Namespace: DevCase.Win32.EnumsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[FlagsAttribute]
public enum WerFaultReporting
<FlagsAttribute>
Public Enumeration WerFaultReporting
Dim instance As WerFaultReporting
[FlagsAttribute]
public enum class WerFaultReporting
[<FlagsAttribute>]
type WerFaultReporting
No code example is currently available or this language may not be supported.
NoHeap |
1 |
Do not collect heap information in the event of an application crash or non-response.
|
Queue |
2 |
Queue critical reports for the specified process. This does not show any UI.
|
DisableThreadSuspension |
4 |
Do not suspend the process threads before reporting the error.
|
QueueUpload |
8 |
Queue critical reports and upload from the queue.
|
AlwaysShowUI |
16 |
Always show error reporting UI for this process. This is applicable for interactive applications only.
|
NoUI |
32 |
(Undocumented)
|
NoHeapOnQueue |
64 |
(Undocumented)
|
DisableSnapshotCrash |
128 |
(Undocumented)
|
DisableSnapshotHang |
256 |
(Undocumented)
|
Critical |
512 |
(Undocumented)
|
Durable |
1,024 |
(Undocumented)
|