Dotnet
Current User
  •  

Exercise - Invalid Credentials Exception

PRO
Outline

Exercise: Add InvalidCredentialsException Class

In the Conduit.Models Project

In the Conduit.Models.Exceptions Namespace
  • Add a new class called InvalidCredentialsException
  • [Remove and Sort Usings]
  • Add a constructor that recieves a string parameter called message
  • Pass it along to the base class

Hint: Review LoginFailedException & UserExistException

 

I finished! On to the next chapter