单项选择题
You are working on a debug build of an application.You need to find the line of code that caused an exception to be thrown. Which property of the Exception class should you use to achieve this goal?()
A.Data
B.Message
C.Stack Trace
D.Source
点击查看答案
相关考题
-
单项选择题
You work as an application developer at Certkiller .com. Certkiller .com has given you the task of creating medical billing application that will deal with various insurance vendors.The appropriate assemblies have to be loaded and unloaded dynamically based on the patient’s insurance provider. All of these insurance assemblies are located in C:\Insurance Assemblies. You have to ensure that when the new application first loads, it has to load allassemblies into a separate application domain. You need to create the child application domain and load all assemblies it using the correct code. What should you do?()
A.A
B.B
C.C
D.D -
单项选择题
YouworkasanapplicationdeveloperatCertkiller.com.Youarerequiredtodynamicallyloadassembliesintoanapplicationdomain.YouareusingtheLoadmethodoftheAppDomainclass.Whattypesoffilescanyouthisusemethodfor?()
A. Library application files (.dll).
B. All assembly files, no matter what there file extensions are.
C. Application configuration files (.config).
D. Standalone application files (.exe). -
单项选择题
You work as an application developer at Certkiller .com. You are required to dynamically load assemblies into a custom child application domain. You need to ensure that the assemblies loaded into the child application domain have the same permissions as the applications that are accessed across the local intranet.What should you do? ()
A.A
B.B
C.C
D.D
