Table of Contents

Class SimpleSystemHandler

Namespace
CMS.Base
Assembly
CMS.Base.dll

Simple System handler

public class SimpleSystemHandler : SimpleHandler<SimpleSystemHandler, SystemEventArgs>
Inheritance
object
SimpleSystemHandler
Inherited Members
Extension Methods

Constructors

SimpleSystemHandler()

Constructor

public SimpleSystemHandler()

SimpleSystemHandler(SimpleSystemHandler)

Constructor

public SimpleSystemHandler(SimpleSystemHandler parentHandler)

Parameters

parentHandler SimpleSystemHandler

Parent handler

Methods

Start(Exception, ref bool)

Invokes the registered Execute event handlers.

public void Start(Exception ex, ref bool logException)

Parameters

ex Exception

Raised exception.

logException bool

If true, the exception is logged to the event log.

StartEvent(Exception, ref bool)

Initiates the event handling

[Obsolete("Use Start(Exception, ref bool) instead.")]
[ObsoleteSince(30, 2)]
public SystemEventArgs StartEvent(Exception ex, ref bool logException)

Parameters

ex Exception

Raised exception

logException bool

If true, the exception is logged to the event log

Returns

SystemEventArgs