Click or drag to resize

ErrorMessageLoggerWriteToEventLog Method (Exception, String, NullableTraceEventType)

Namespace:  FileHold.Common
Assembly:  FileHold.Common (in FileHold.Common.dll) Version: 17.0.0.0
Syntax
C#
public static void WriteToEventLog(
	Exception ex,
	string title,
	TraceEventType? eventType
)

Parameters

ex
Type: SystemException
title
Type: SystemString
eventType
Type: SystemNullableTraceEventType
See Also