• How Try, Catch work in C# in VS-2010

    BuckRenard Member

    How Try, Catch work in C# in VS-2010

  • Amit Member

    You can get help from below help links

    try-catch (C# Reference)
    https://msdn.microsoft.com/en-sg/library/0yd65esw.aspx

    try-catch-finally (C# Reference)
    https://msdn.microsoft.com/en-us/library/dszsf989.aspx

  • SapnaVishwas Member
    • A first chance exception of type ‘System.NullReferenceException’ occurred in MetaDatareader_with_Loop.exe
    • A first chance exception of type ‘System.Reflection.TargetInvocationException’ occurred in mscorlib.dll

    “…For applications / components which handle exceptions gracefully, first chance exception messages let the developer know that an exceptional situation was encountered and was handled.’

Viewing 2 reply threads
  • You must be logged in to reply to this topic.