Aditi.Scheduler.ScheduledTasks.CreateSchedulerException C# (CSharp) Method

CreateSchedulerException() private static method

private static CreateSchedulerException ( WebException we ) : SchedulerException
we System.Net.WebException
return SchedulerException
        private static SchedulerException CreateSchedulerException(WebException we)
        {
            return new SchedulerModelValidationException(we.Message, we);
        }

Same methods

ScheduledTasks::CreateSchedulerException ( string responseMessage ) : SchedulerException