Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EmailActionConfiguration Action #4

Open
nsideris opened this issue Nov 9, 2016 · 0 comments
Open

EmailActionConfiguration Action #4

nsideris opened this issue Nov 9, 2016 · 0 comments
Assignees
Labels

Comments

@nsideris
Copy link

nsideris commented Nov 9, 2016

Throws exception when CC is NULL on EmailActionConfiguration Action

System.AggregateException

One or more errors occurred.

System.AggregateException: One or more errors occurred. ---> System.NullReferenceException: Object reference not set to an instance of an object.
at ScheduleMaster.Component.EmailActionCommand.SendEmail(String body)
at System.Threading.Tasks.Task1.InnerInvoke() at System.Threading.Tasks.Task.Execute() --- End of inner exception stack trace --- at System.Threading.Tasks.Task.WaitAll(Task[] tasks, Int32 millisecondsTimeout, CancellationToken cancellationToken) at ScheduleMaster.Component.JobCommand.Execute(Int32 jobId) ---> (Inner Exception #0) System.NullReferenceException: Object reference not set to an instance of an object. at ScheduleMaster.Component.EmailActionCommand.SendEmail(String body) at System.Threading.Tasks.Task1.InnerInvoke()

@mantzas mantzas added the bug label Nov 9, 2016
@nsideris nsideris self-assigned this Nov 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants