ErrorMessageLoggerWriteToEventLog(Exception, String, String, NullableTraceEventType) Method

Definition

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

Parameters

ex  Exception
 
title  String
 
message  String  (Optional)
 
eventType  NullableTraceEventType  (Optional)
 

See Also