C# Class Aditi.Scheduler.SchedulerModelValidationException

Inheritance: SchedulerException
Afficher le fichier Open project: AditiTechnologies/Aditi.Scheduler

Méthodes publiques

Méthode Description
SchedulerModelValidationException ( string response ) : System
SchedulerModelValidationException ( string message, WebException we ) : System

Private Methods

Méthode Description
ValidationErrors ( string jsonModelErrors ) : void

Method Details

SchedulerModelValidationException() public méthode

public SchedulerModelValidationException ( string response ) : System
response string
Résultat System

SchedulerModelValidationException() public méthode

public SchedulerModelValidationException ( string message, WebException we ) : System
message string
we System.Net.WebException
Résultat System