implement message subscribing and worker
This commit is contained in:
@@ -5,7 +5,7 @@ namespace AipsCore.Application.Common.Dispatcher;
|
||||
|
||||
public class DispatchException : Exception
|
||||
{
|
||||
public DispatchException(object commandQuery, Exception innerException)
|
||||
: base($"Error dispatching '{commandQuery.GetType().Name}' because of: {innerException.Message}", innerException)
|
||||
public DispatchException(object dispatchingObject, Exception innerException)
|
||||
: base($"Error dispatching '{dispatchingObject.GetType().Name}' because of: {innerException.Message}", innerException)
|
||||
{ }
|
||||
}
|
||||
Reference in New Issue
Block a user