Microsoft Exam Questions

Which code segment should you include in your catch statement?

You need to return system errors by leveraging the Windows Communication Framework
(WCF). Which code segment should you include in your catch statement?

A.
ReturnResponses = true

B.
ContinueOnError = true

C.
FaultException<Microsoft.Xrm.Sdk.OrganizationServiceFault>

D.
ContinueOnError = false

Explanation: