You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()
The text was updated successfully, but these errors were encountered:
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.Task
1.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.Task
1.InnerInvoke()The text was updated successfully, but these errors were encountered: