







![]() ![]() |
Vista Bridge Library for Managed code development |
RecoverySettings..::.RecoveryCallback Property |
RecoverySettings Class See Also Send Feedback |
[This is preliminary documentation and is subject to change.]
Gets the callback method that will be invoked by
the system before Windows Error Reporting (WER)
terminates the application.
Namespace:
Microsoft.SDK.Samples.VistaBridge.Library.AppRecoveryRestart
Assembly:
VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
C# |
---|
public RecoveryCallback RecoveryCallback { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property RecoveryCallback As RecoveryCallback |
Visual C++ |
---|
public: property RecoveryCallback^ RecoveryCallback { RecoveryCallback^ get (); } |