C28725

warning C28725: Use Watson instead of this SetUnhandledExceptionFilter

This warning is reported when an application uses the SetUnhandledExceptionFilter function. The function can be used to supersede the top-level exception handler of each thread of a process. By default, the system passes unhandled exceptions to Windows Error Reporting (WER). For security and for convenience, see Using WER.