Class ServiceErrorEvent
- Namespace
- MoonBark.GridPlacement.Core.Events
- Assembly
- MoonBark.GridPlacement.Core.dll
Event raised when a service encounters an error
public class ServiceErrorEvent : ServiceEvent
- Inheritance
-
ServiceErrorEvent
- Inherited Members
Constructors
ServiceErrorEvent(object, Exception, object?)
public ServiceErrorEvent(object source, Exception exception, object? data = null)
Parameters
Properties
Exception
public Exception Exception { get; }