Information
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.

Namespace:   System.Web.Http
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::IncludeErrorDetailPolicy

The IncludeErrorDetailPolicy value that indicates that error detail policy.

Return to top
Show: