Show / Hide Table of Contents

Class AnEventBusException

All LambdaSharp App EventBus exceptions are derived from the AnEventBusException abstract base class.

Inheritance
System.Object
System.Exception
AnEventBusException
AcknowledgeEventBusException
UnexpectedEventBusException
Namespace: LambdaSharp.App.EventBus.Exceptions
Assembly: LambdaSharp.App.dll
Syntax
public abstract class AnEventBusException : Exception, ISerializable

Constructors

AnEventBusException(String)

Initializes a AnEventBusException instance with the specified exception message.

Declaration
protected AnEventBusException(string message)
Parameters
Type Name Description
System.String message

The exception message.

AnEventBusException(String, Exception)

Initializes a AnEventBusException instance with the specified exception message and inner exception.

Declaration
protected AnEventBusException(string message, Exception innerException)
Parameters
Type Name Description
System.String message

The exception message.

System.Exception innerException

The inner exception instance.

In This Article
Back to top Generated by DocFX