Table of Contents

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

source object
exception Exception
data object

Properties

Exception

public Exception Exception { get; }

Property Value

Exception