Show / Hide Table of Contents

Class EventBusSubscriptErrorEventArgs

The EventBusSubscriptErrorEventArgs class defines the event arguments when the LambdaSharp App EventBus receives a subscription error message.

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.Exception

Subscription

The Subscription property holds the subscription instance that triggered the event.

Declaration
public IEventBusSubscription Subscription { get; }
Property Value
Type Description
IEventBusSubscription
In This Article
Back to top Generated by DocFX