3 references to suppressReturningExceptions
System.Web.Services (3)
System\Web\Services\Configuration\DiagnosticsElement.cs (3)
16
this.properties.Add(this.
suppressReturningExceptions
);
21
get { return (bool)base[
suppressReturningExceptions
]; }
22
set { base[
suppressReturningExceptions
] = value; }