SysUtilsReportErrorToEventLog Method (String) |
Reports an error message to the windows event log.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic static void ReportErrorToEventLog(
string message
)
Public Shared Sub ReportErrorToEventLog (
message As String
)
public:
static void ReportErrorToEventLog(
String^ message
)
Parameters
- message
- Type: SystemString
The information message to report.
See Also