Click or drag to resize
ExceptionHandlingConfigurationWriteSummaryFile Property
Gets or sets a value indicating whether a summary file should be written when an unhandled exception occurs.

Namespace: StreamCoders.Helpers
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public bool WriteSummaryFile { get; set; }

Property Value

Type: Boolean
true if write summary file, false if not.
See Also