IDataServiceConfiguration.UseVerboseErrors Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets whether verbose errors are used by default for all responses from the data service.
public:
property bool UseVerboseErrors { bool get(); void set(bool value); };
public bool UseVerboseErrors { get; set; }
member this.UseVerboseErrors : bool with get, set
Public Property UseVerboseErrors As Boolean
Property Value
A Boolean value that indicates whether verbose errors are returned.
Remarks
The response from a specified request can be overridden by the data service developer by overriding the HandleException
method. Verbose errors should only be enabled during development, not in production environments, for security reasons.