UtilApplicationProcessErrorMode Property

Gets or sets a value that controls whether the system will handle the specified types of serious errors or whether the current process will handle them.

Definition

Namespace: DevCase.Core.Application
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static ProcessErrorMode ProcessErrorMode { get; set; }

Property Value

ProcessErrorMode
The error mode of the current process.

Example

This is a code example.
C#
No code example is currently available or this language may not be supported.

See Also