| ExceptionHandlingConfiguration Class |
Namespace: StreamCoders.Helpers
The ExceptionHandlingConfiguration type exposes the following members.
| Name | Description | |
|---|---|---|
| ExceptionHandlingConfiguration | Initializes a new instance of the ExceptionHandlingConfiguration class |
| Name | Description | |
|---|---|---|
| CatchUnhandledExceptions |
Gets or sets a value indicating whether to catch unhandled exceptions.
| |
| ShowNotification | ||
| WriteEventLog | ||
| WriteMiniDump |
Gets or sets a value indicating whether to write a minidump file when an unhandled
exception is caught.
| |
| WriteSummaryFile |
Gets or sets a value indicating whether a summary file should be written when an
unhandled exception occurs.
|
| Name | Description | |
|---|---|---|
| Copy | Overloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.) | |
| Copy(Object) | Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.) |