Click or drag to resize

SelfHostingServiceFaultExceptionEnabled Property

Gets or sets the flag that specifies whether a FaultException is generated when an internal server error(HTTP status code: 500) occurs for Web HTTP bindings.

Namespace: GSF.ServiceModel
Assembly: GSF.ServiceModel (in GSF.ServiceModel.dll) Version: 2.4.181-beta
Syntax
public bool FaultExceptionEnabled { get; set; }
View Source

Property Value

Boolean
See Also