ErrorMessageLoggerExceptionSeverityToEventLogEntryType Method

Converts ExceptionSeverity to EventLogEntryType Uses standard .NET classes.

Definition

Namespace: FileHold.Common
Assembly: FileHold.Common (in FileHold.Common.dll) Version: 17.2.0.0
C#
public static EventLogEntryType ExceptionSeverityToEventLogEntryType(
	ExceptionSeverity exceptionSeverity
)

Parameters

exceptionSeverity  ExceptionSeverity
Exception Severity property of FileHoldException

Return Value

EventLogEntryType

See Also