|
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.ServiceModelAssembly: GSF.ServiceModel (in GSF.ServiceModel.dll) Version: 2.4.205-beta
Syntax public bool FaultExceptionEnabled { get; set; }
Public Property FaultExceptionEnabled As Boolean
Get
Set
public:
property bool FaultExceptionEnabled {
bool get ();
void set (bool value);
}
member FaultExceptionEnabled : bool with get, set
function get_FaultExceptionEnabled();
function set_FaultExceptionEnabled(value);
View SourceProperty Value
BooleanSee Also