C# Класс 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.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

RecoverySettings() публичный Метод

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.
Результат System.Globalization

ToString() публичный Метод

Returns a string representation of the current state of this object.
public ToString ( ) : string
Результат string