C# 클래스 Aditi.Scheduler.SchedulerModelValidationException

상속: SchedulerException
파일 보기 프로젝트 열기: AditiTechnologies/Aditi.Scheduler

공개 메소드들

메소드 설명
SchedulerModelValidationException ( string response ) : System
SchedulerModelValidationException ( string message, WebException we ) : System

비공개 메소드들

메소드 설명
ValidationErrors ( string jsonModelErrors ) : void

메소드 상세

SchedulerModelValidationException() 공개 메소드

public SchedulerModelValidationException ( string response ) : System
response string
리턴 System

SchedulerModelValidationException() 공개 메소드

public SchedulerModelValidationException ( string message, WebException we ) : System
message string
we System.Net.WebException
리턴 System