ExceptionHandlingConfigurationWriteMiniDump Property |
Gets or sets a value indicating whether to write a minidump file when an unhandled
exception is caught.
Namespace: StreamCoders.HelpersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public bool WriteMiniDump { get; set; }
Public Property WriteMiniDump As Boolean
Get
Set
public:
property bool WriteMiniDump {
bool get ();
void set (bool value);
}
member WriteMiniDump : bool with get, set
Property Value
Type:
Boolean
true if write mini dump, false if not.
See Also