Exceptions and Exception Handling in C#.Net - Part 1 | C#.NET Tutorial | Mr. Bangar Raju

Поділитися
Вставка
  • Опубліковано 15 жов 2024
  • Welcome to our C#.NET tutorial series! In this video, we'll dive deep into the essentials of C#.NET, a powerful language used for developing robust applications. Whether you’re a beginner or looking to sharpen your skills, this series will provide valuable insights and hands-on examples.
    🔹 Course Details:
    Topic: C#.NET Course Overview | NareshIT
    For Free Master Class Demo's Visit: nareshit.com/c....
    🔹 Check Out Our Playlists:
    C#.NET Tutorial : bit.ly/4dnrfxZ
    ASP.NET MVC Tutorial : bit.ly/46G4iU8
    ADO.NET Tutorial : bit.ly/4dzVrpi
    C# 7 New Features Tutorial : bit.ly/46IiuvZ
    LINQ to SQL Tutorial C# : bit.ly/4djr9aB
    Asp.Net MVC Core Tutorials : bit.ly/3M25B6y
    ASP.NET Tutorials : bit.ly/4fQiBd8
    🔹 Join Our Community For Latest Updates:
    ► Subscribe to Our Channel: goo.gl/q9ozyG
    ► Like us on Facebook: / nareshit
    ► Follow us on Twitter: / nareshitech
    ► Follow us on Linkedin: / naresh-i-technologies
    ► Follow us on Instagram: / nareshitech
    ► Follow us on Telegram: t.me/nareshit
    💡 About NareshIT:
    "Naresh IT is having 22+ years of experience in software training industry and the best Software Training Institute for online training, classroom training, weekend training, corporate training of Hadoop, Salesforce, AWS, DevOps, Spark, Data Science, Python, Tableau, RPA , Java, C#.NET, ASP.NET, Oracle, Testing Tools, Silver light, Linq, SQL Server, Selenium, Android, iPhone, C Language, C++, PHP and Digital Marketing in USA, Hyderabad, Chennai and Vijayawada, Bangalore India which provides online training across all the locations
    -------------------------------------------------------------------------------------------------------------------------------
    💡 Our Online Training Features:
    🎈 Training with Real-Time Experts
    🎈 Industry Specific Scenario’s
    🎈 Flexible Timings
    🎈 Soft Copy of Material
    🎈 Share Videos of each and every session.
    📚 Learn C#.NET with NareshIT and take your programming skills to the next level. Don’t forget to like, comment, and subscribe for more tutorials and updates!
    -------------------------------------------------------------------------------------------------------------------------------
    💡 Please write back to us at
    📧 us.training@nareshit.com/ 📧 online@nareshit.com or Call us at the USA: ☎+1404-232-9879 or India: ☎ +918179191999
    #CSharp #DotNet #CSharpTutorial #Programming #NareshIT #LearnCSharp

КОМЕНТАРІ • 53

  • @NareshIT
    @NareshIT  5 років тому +5

    Please Comment, Subscribe and Click Bell🔔🔔🔔 Icon for More Updates. To learn software course from our experts please register here for online training: goo.gl/HIB0wL

  • @DilipNageshwar
    @DilipNageshwar 3 роки тому +11

    A Great Effort has been taken for explanation of the Exception Concept.....Great Teaching by the Great Teacher Mr. Bangar Raju......You are the best example for the upcoming teachers and lecturers......

  • @sandy279
    @sandy279 2 роки тому +2

    Always More than awesome explanation and everytime it is more new I love the way of his teaching

  • @shuvbhowmickbestin
    @shuvbhowmickbestin 2 роки тому

    Good job for explaining this using the white board since topics like exception handling and multithreading are a bit intricate than the other topics. Thanks for the video sir. I've learnt C# purely from this channel.

  • @badarraja8107
    @badarraja8107 5 років тому +4

    Sir I'm from Pakistan
    Great learning from you lectures
    Love u a lot 💟

    • @luckyroy3049
      @luckyroy3049 5 років тому +1

      sir, please ask to imran khan. does he allow you to read from india or not...?

    • @harikrishna86
      @harikrishna86 5 років тому

      Its a terroristan

    • @luckyroy3049
      @luckyroy3049 5 років тому

      It was just a joke...

    • @AlishSafarli
      @AlishSafarli 3 роки тому

      @@luckyroy3049 :D :D :D

  • @tech-H2O
    @tech-H2O 6 років тому +8

    Hi Sir, I think in example you mean Console.Writeline(arr[i]). Then it will give run time error. No error if use (i). Thanks for Free Videos.

    • @TheAndreisukaru2
      @TheAndreisukaru2 4 роки тому

      yes , i will return the count from 0 to arr length which is 5 , and arr[i] will return the actual numbers in the array

    • @chetanprakash6618
      @chetanprakash6618 4 роки тому

      yup, absolutely right!.

  • @keerthisharan2037
    @keerthisharan2037 2 роки тому +2

    Hello sir! Thank you so much for the video. The code from @05:48, will give you the vaklue of index and hence you won't get error. Might you wanted to tell us this one I believe. . Which will print the array values and hence the exception,System.IndexOutOfRangeException.

  • @mohan_moby
    @mohan_moby 5 місяців тому

    Wow. This is really a great video. Thanks for your effort sir❤

  • @lyanola
    @lyanola 4 роки тому +1

    Thank you Mr. Bangar Raju.

  • @premkumarsirikonda2981
    @premkumarsirikonda2981 Рік тому

    Wah Just mind blowing sir😍

  • @madhuvuta1509
    @madhuvuta1509 3 роки тому

    Ur explanation is crystal clear sir

  • @nitinkesherwani1009
    @nitinkesherwani1009 Рік тому +1

    Hello Sir,
    Thanks for explaination...but there is slight mistake in the initial example where Console.WriteLine(arr[i]) will give error and not Console.WriteLine(i).

  • @wahidhashemi4632
    @wahidhashemi4632 7 років тому

    Thank you Mr. Bangar Raju for your tutorials.

  • @manjeetnandal1
    @manjeetnandal1 5 років тому +2

    Naresh sir,
    You are really awesome!
    &
    Definitely a great thanks goes to you!

  • @rahulmacwan4494
    @rahulmacwan4494 5 років тому +1

    Nice content. Clear and detailed explanation.

  • @krishnasmemories8834
    @krishnasmemories8834 8 років тому +4

    Thank You sir , Please explain multi-threading With Example

  • @sauravpatil1651
    @sauravpatil1651 Рік тому

    very nice teaching sir

  • @anadichakraborty3713
    @anadichakraborty3713 8 років тому +2

    a very good video sir..but I think there should not be any run time error for the example used here..

  • @DilipNageshwar
    @DilipNageshwar 3 роки тому +1

    sir its arr[i] in Console.Writeline(+arr[i])); and not just "i". No error wil be thrown if you out only i.

  • @abdulmunafabdul24
    @abdulmunafabdul24 8 місяців тому

    Thank you

  • @021ce_darshitagondaliya8
    @021ce_darshitagondaliya8 2 роки тому +1

    Thank you sir :)

  • @AD-ng4mz
    @AD-ng4mz 8 років тому +1

    Awesome. Thank you Sir.

  • @akshaychavan2715
    @akshaychavan2715 2 роки тому

    very nice describe sir

  • @YoutubeCodingBot
    @YoutubeCodingBot Рік тому

    He is equal to God🥳🤩

  • @top5things968
    @top5things968 2 роки тому

    THANK YOU SIR .

  • @preetamvarun9219
    @preetamvarun9219 4 місяці тому

    thanks

  • @venkatachandu425
    @venkatachandu425 3 роки тому +1

    please explain Solid Principles using c#

  • @gotech3127
    @gotech3127 7 років тому

    I like this video or this lecture very much. Thank you for this information.

  • @ranjanmaithani6263
    @ranjanmaithani6263 7 років тому

    Thankyu sir for dis lecture

  • @meowmeow9884
    @meowmeow9884 2 роки тому

    Love you sir

  • @janalbertgibson3192
    @janalbertgibson3192 6 років тому

    very good teacher

  • @pallavibai5228
    @pallavibai5228 2 роки тому

    system.argumentoutofrangeexception index was out of range. must be nonnegative and less while eyeshot in wpf plz help it

  • @TechAahar
    @TechAahar 8 років тому

    Thank you sir

  • @nikeshrathour2385
    @nikeshrathour2385 5 років тому

    Array IndexOutofRange Exception is right not Bound

  • @viveknarayansingh6630
    @viveknarayansingh6630 7 років тому

    Thank U Sir

  • @sidharthpanda2586
    @sidharthpanda2586 7 років тому

    Thnk q sir.....

  • @mysticmultiverse
    @mysticmultiverse Рік тому

    Please improve your code ..frist example your are print I not arr with i ..for this program will run without exception..

  • @jinnahkanyako181
    @jinnahkanyako181 6 років тому +1

    He is teaching on the fly.. ( for crying out loud!!) ...yes there is a mistake with the code..so what ? the lecture is cogent...

  • @HappySingh-sh3lw
    @HappySingh-sh3lw 5 років тому +1

    Uncha ji todi choti vedio bnaya kr...
    BTW Nice Content.

  • @narutosingh5239
    @narutosingh5239 2 роки тому

    useless. all theory. you can teach programming using theory.

  • @GrumpyOldMan9
    @GrumpyOldMan9 5 років тому

    It's "an exception", not "a exception". Next vid please

  • @Santhoshravali
    @Santhoshravali 8 років тому

    thank you sir

  • @sriniwassburri8025
    @sriniwassburri8025 6 років тому

    Thanks sir.

  • @brajaballavnath1955
    @brajaballavnath1955 6 років тому

    Thank u Sir