Class EventBusSubscriptErrorEventArgs
The Event
Inheritance
System.Object
System.EventArgs
EventBusSubscriptErrorEventArgs
Namespace: LambdaSharp.App.EventBus
Assembly: LambdaSharp.App.dll
Syntax
public class EventBusSubscriptErrorEventArgs : EventArgs
Properties
Exception
The Exception property holds the exception that triggered the event.
Declaration
public Exception Exception { get; }
Property Value
Type | Description |
---|---|
System. |
Subscription
The Subscription property holds the subscription instance that triggered the event.
Declaration
public IEventBusSubscription Subscription { get; }
Property Value
Type | Description |
---|---|
IEvent |