Interviewer And Interviewee Guide

VB .Net Interview Question:

Whats the C# equivalent of C++ catch (...), which was a catch-all statement for any possible exception?

Submitted by: Administrator
A catch block that catches the exception of type System.Exception. You can also omit the parameter data type in this case and just write catch {}.
Submitted by: Administrator

Read Online VB .Net Job Interview Questions And Answers
Copyright 2007-2025 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.