Click or drag to resize
SimpleSystemHandlerStartEvent Method (Exception, Boolean)
Initiates the event handling

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public SystemEventArgs StartEvent(
	Exception ex,
	ref bool logException
)

Parameters

ex
Type: SystemException
Raised exception
logException
Type: SystemBoolean
If true, the exception is logged to the event log

Return Value

Type: SystemEventArgs
See Also