Aditi.Scheduler.ScheduledTasks.CreateSchedulerException C# (CSharp) Méthode

CreateSchedulerException() private static méthode

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

Same methods

ScheduledTasks::CreateSchedulerException ( string responseMessage ) : SchedulerException