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