Microsoft
MB2-701 · Question #82
You need to return system errors by leveraging the Windows Communication Framework (WCF). Which code segment should you include in your catch statement?
The correct answer is C. FaultException<Microsoft.Xrm.Sdk.OrganizationServiceFault>. See the full explanation below for the reasoning.
Question
You need to return system errors by leveraging the Windows Communication Framework (WCF). Which code segment should you include in your catch statement?
Options
- AReturnResponses = true
- BContinueOnError = true
- CFaultException<Microsoft.Xrm.Sdk.OrganizationServiceFault>
- DContinueOnError = false
How the community answered
(29 responses)- A3% (1)
- B17% (5)
- C72% (21)
- D7% (2)
Community Discussion
No community discussion yet for this question.