Class SimpleSystemHandler
Simple System handler
public class SimpleSystemHandler : SimpleHandler<SimpleSystemHandler, SystemEventArgs>
- Inheritance
-
objectSimpleSystemHandler
- Inherited Members
- Extension Methods
Constructors
SimpleSystemHandler()
Constructor
public SimpleSystemHandler()
SimpleSystemHandler(SimpleSystemHandler)
Constructor
public SimpleSystemHandler(SimpleSystemHandler parentHandler)
Parameters
parentHandler
SimpleSystemHandlerParent handler
Methods
Start(Exception, ref bool)
Invokes the registered Execute event handlers.
public void Start(Exception ex, ref bool logException)
Parameters
ex
ExceptionRaised exception.
logException
boolIf 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
ExceptionRaised exception
logException
boolIf true, the exception is logged to the event log