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
parentHandlerSimpleSystemHandlerParent handler
Methods
Start(Exception, ref bool)
Invokes the registered Execute event handlers.
public void Start(Exception ex, ref bool logException)
Parameters
exExceptionRaised exception.
logExceptionboolIf true, the exception is logged to the event log.
StartEvent(Exception, ref bool)
Initiates the event handling
[Obsolete("Use Start(Exception, ref bool) instead.")]
public SystemEventArgs StartEvent(Exception ex, ref bool logException)
Parameters
exExceptionRaised exception
logExceptionboolIf true, the exception is logged to the event log