PrepAway - Latest Free Exam Questions & Answers

Category: 70-483 (v.4)

Exam 70-483: Programming in C# (update November 3rd, 2016)

How should you write the catch block?

DRAG DROP
You are creating a method that saves information to a database.
You have a static class named LogHelper. LogHelper has a method named Log to log the exception.
You need to use the LogHelper Log method to log the exception raised by the database server. The
solution must ensure that the exception can be caught by the calling method, while preserving the
original stack trace.
How should you write the catch block? (Develop the solution by selecting and ordering the required
code snippets. You may not need all of the code snippets.)

Which code should you use to replace line 05?

You are developing an application.
The application contains the following code segment (line numbers are included for reference only):

When you run the code, you receive the following error message: “Cannot implicitly convert type
‘object” to ‘inf. An explicit conversion exists (are you missing a cast?).”
You need to ensure that the code can be compiled.
Which code should you use to replace line 05?

Which two actions should you perform?

An application is throwing unhandled NullReferenceException and FormatException errors. The
stack trace shows that the exceptions occur in the GetWebResult() method.
The application includes the following code to parse XML data retrieved from a web service. (Line
numbers are included for reference only.)

You need to handle the exceptions without interfering with the existing error-handling
infrastructure.
Which two actions should you perform? (Each correct answer presents part of the solution. Choose
two.)


Page 13 of 24« First...1112131415...20...Last »