You work as the application developer at Certkiller .com.
You are developing a
debug build of an existingapplication. You want to locate a
specific line of code
which resulted in the exception occurring.
Choose the property of the Exception class that you should
use to accomplish the
task.
Answer / gaaa
A. Data property
B. Message property
C. StackTrace property
D. Source property
Answer: C
Explanation: The StackTrace property provides a listing of
the current call stack.
Information such as the method calls and line numbers are shown.
Data will return additional user-defined information about
the exception
Message describes the current exception but will not give
details about the source code
line number.
Source represents the name of the application or object that
caused the error.
Is This Answer Correct ? | 0 Yes | 0 No |
what is the difference between MCP,MCSA and MCSE a brief description?
what is the concept of RAID5 ?
How do you view all the GCs in the forest?
A Computer gets shutdown as soon as it is plugged in with a cracking noise what is the reason and how to recover it and bring to normal state?brief description what are the necessary steps taken to bring the system up to normal state?
What can I do to prevent inheritance from above?
What is LDP? What is REPLMON? What is ADSIEDIT? What is NETDOM? What is REPADMIN?
What are the GPC and the GPT? Where can I find them?
What is Web Hosting?
You work as the application developer at Certkiller .com. You need to modify the code of an application. The application uses two threads named thread A and thread B. You want thread B to complete executing before thread A starts executing. How will you accomplish the task?
Name a few differences in Vista GPOs
Peer to Peer Network belong to which topology? a.ring b,bus c Star d None
How can you determine what GPO was and was not applied for a user? Name a few ways to do that.