Aditi.Scheduler.ScheduledTasks.CreateSchedulerException C# (CSharp) 메소드

CreateSchedulerException() 개인적인 정적인 메소드

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

Same methods

ScheduledTasks::CreateSchedulerException ( string responseMessage ) : SchedulerException