C# Class Aditi.Scheduler.SchedulerModelValidationException

Inheritance: SchedulerException
Datei anzeigen Open project: AditiTechnologies/Aditi.Scheduler

Public Methods

Method Description
SchedulerModelValidationException ( string response ) : System
SchedulerModelValidationException ( string message, WebException we ) : System

Private Methods

Method Description
ValidationErrors ( string jsonModelErrors ) : void

Method Details

SchedulerModelValidationException() public method

public SchedulerModelValidationException ( string response ) : System
response string
return System

SchedulerModelValidationException() public method

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