C# Class EasyTeach.Core.Services.Quiz.Exceptions.InvalidQuizException

Inheritance: EasyTeach.Core.Services.Base.Exceptions.ModelValidationException
Mostrar archivo Open project: WadeOne/EasyTeach

Public Methods

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

Method Details

InvalidQuizException() public method

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

InvalidQuizException() public method

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