DiagnosticsElement::SuppressReturningExceptions Property

 

Gets or sets a value that indicates whether the service returns exceptions.

Namespace:   System.Web.Services.Configuration
Assembly:  System.Web.Services (in System.Web.Services.dll)

public:
[ConfigurationPropertyAttribute("suppressReturningExceptions", 
	DefaultValue = false)]
property bool SuppressReturningExceptions {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the service returns exceptions; otherwise, false. The default is false.

.NET Framework
Available since 2.0
Return to top
Show: