SimpleSystemHandlerStartEvent Method (Exception, Boolean) |
Initiates the event handling
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax 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:
SystemEventArgsSee Also