DiagnosticsElement.SuppressReturningExceptions Property
.NET Framework (current version)
Gets or sets a value that indicates whether the service returns exceptions.
Assembly: System.Web.Services (in System.Web.Services.dll)
[<ConfigurationPropertyAttribute("suppressReturningExceptions", DefaultValue = false)>] member SuppressReturningExceptions : bool with get, set
Property Value
Type: System.Booleantrue if the service returns exceptions; otherwise, false. The default is false.
.NET Framework
Available since 2.0
Available since 2.0
Show: