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.
Afficher le fichier Open project: robertbaker/SevenUpdate Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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.
Résultat System.Globalization

ToString() public méthode

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