WindowsReportErrorMBS class

Online Documentation   -   Statistics   -   FAQ   -   Plugin Parts (All, Dependencies)   -   Class hierarchy

New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1

The list of the   topics,   classes,   interfaces,   controls,   modules,   global methods by category,   global methods by name,   screenshots,   licenses   and   examples.

Platforms to show: All Mac Windows Linux Cross-Platform

WindowsReportErrorMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class Windows MBS Win Plugin 21.0 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
The class for an event source on Windows to report errors.
Example
// early on app start, setup this
dim r as new WindowsReportErrorMBS("Application")

// later report something
const Category = 1
const EventID = 1000
r.Report r.kEventLogWarningType, Category, EventID, array("Hello World")

Event Types

Constant Value Description
kEventLogAuditFailure 16 Failure Audit event
kEventLogAuditSuccess 8 Success Audit event
kEventLogErrorType 1 Error event
kEventLogInformationType 4 Information event
kEventLogSuccess 0 Information event
kEventLogWarningType 2 Warning event

This class has no sub classes.

Blog Entries

Xojo Developer Magazine

Release notes


The items on this page are in the following plugins: MBS Win Plugin.


WindowsQOSMBS   -   WindowsScriptErrorExceptionMBS


💬 Ask a question or report a problem