C# Class EasyTeach.Core.Services.Dashboard.Exceptions.InvalidLessonException

Inheritance: EasyTeach.Core.Services.Base.Exceptions.ModelValidationException
ファイルを表示 Open project: WadeOne/EasyTeach

Public Methods

Method Description
InvalidLessonException ( ) : System.Collections.Generic
InvalidLessonException ( IEnumerable validationResults ) : System.Collections.Generic

Method Details

InvalidLessonException() public method

public InvalidLessonException ( ) : System.Collections.Generic
return System.Collections.Generic

InvalidLessonException() public method

public InvalidLessonException ( IEnumerable validationResults ) : System.Collections.Generic
validationResults IEnumerable
return System.Collections.Generic