Class AnEventBusException
All LambdaSharp App EventBus exceptions are derived from the An
Inheritance
System.Object
System.Exception
AnEventBusException
Namespace: LambdaSharp.App.EventBus.Exceptions
Assembly: LambdaSharp.App.dll
Syntax
public abstract class AnEventBusException : Exception, ISerializable
Constructors
AnEventBusException(String)
Initializes a An
Declaration
protected AnEventBusException(string message)
Parameters
Type | Name | Description |
---|---|---|
System. |
message | The exception message. |
AnEventBusException(String, Exception)
Initializes a An
Declaration
protected AnEventBusException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System. |
message | The exception message. |
System. |
innerException | The inner exception instance. |