C# Class SevenSoftware.Windows.ApplicationServices.RecoverySettings

Defines methods and properties for recovery settings, and specifies options for an application that attempts to perform final actions after a fatal event, such as an unhandled exception.
This class is used to register for application recovery. See the class.
Exibir arquivo Open project: robertbaker/SevenUpdate Class Usage Examples

Public Methods

Method Description
RecoverySettings ( RecoveryData data, uint interval ) : System.Globalization

Initializes a new instance of the RecoverySettings class.

ToString ( ) : string

Returns a string representation of the current state of this object.

Method Details

RecoverySettings() public method

Initializes a new instance of the RecoverySettings class.
public RecoverySettings ( RecoveryData data, uint interval ) : System.Globalization
data RecoveryData A recovery data object that contains the callback method (invoked by the system before Windows Error Reporting terminates the application) and an optional state object.
interval uint The time interval within which the callback method must invoke to prevent WER from terminating /// the application.
return System.Globalization

ToString() public method

Returns a string representation of the current state of this object.
public ToString ( ) : string
return string