C# Tutorial for Beginners #30 - throw Keyword
Channel:
Subscribers:
8,960
Published on ● Video Link: https://www.youtube.com/watch?v=oijqaRcAlB4
Continuing to learn error handling by using the throw keyword to throw basic exceptions with custom messages and specific exceptions, as well as some tips and tricks along the way.
Please let me know if you have any questions. Happy coding!
Chapters:
0:00 Introduction to throw
1:37 throw Example
3:37 Creating a Custom Exception Message
4:02 throwing a Specific Exception
5:42 Organizing your Exceptions/Handling
7:13 Next Up
Other Videos By Kampa Plays
Tags:
oop
c#
error handling
try catch
exceptions
throw