nerdexam
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)
  • A
    3% (1)
  • B
    17% (5)
  • C
    72% (21)
  • D
    7% (2)

Community Discussion

No community discussion yet for this question.

Full MB2-701 Practice