The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
HttpConfiguration::IncludeErrorDetailPolicy Property
Gets or sets a value indicating whether error details should be included in error messages.
Assembly: System.Web.Http (in System.Web.Http.dll)
public: property IncludeErrorDetailPolicy IncludeErrorDetailPolicy { [CompilerGeneratedAttribute] IncludeErrorDetailPolicy get(); [CompilerGeneratedAttribute] void set(IncludeErrorDetailPolicy value); }
Property Value
Type: System.Web.Http::IncludeErrorDetailPolicyThe IncludeErrorDetailPolicy value that indicates that error detail policy.
Show: