Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Services / Web / System / Web / Services / Configuration / DiagnosticsElement.cs / 1305376 / DiagnosticsElement.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.Web.Services.Configuration { using System; using System.Configuration; using System.ComponentModel; using System.IO; using System.Security.Permissions; using System.Threading; using System.Web.Configuration; using System.Web.Hosting; using System.Xml; public sealed class DiagnosticsElement : ConfigurationElement { public DiagnosticsElement() : base() { this.properties.Add(this.suppressReturningExceptions); } [ConfigurationProperty("suppressReturningExceptions", DefaultValue = false)] public bool SuppressReturningExceptions { get { return (bool)base[suppressReturningExceptions]; } set { base[suppressReturningExceptions] = value; } } protected override ConfigurationPropertyCollection Properties { get { return this.properties; } } ConfigurationPropertyCollection properties = new ConfigurationPropertyCollection(); readonly ConfigurationProperty suppressReturningExceptions = new ConfigurationProperty("suppressReturningExceptions", typeof(bool), false); } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- AppModelKnownContentFactory.cs
- PassportAuthenticationModule.cs
- BitStack.cs
- propertyentry.cs
- BitmapPalette.cs
- WindowsStreamSecurityUpgradeProvider.cs
- SQLByte.cs
- PowerStatus.cs
- counter.cs
- StrongNameUtility.cs
- CompoundFileStreamReference.cs
- DrawingContextWalker.cs
- CapabilitiesRule.cs
- TextParaLineResult.cs
- GuidelineSet.cs
- DataGridViewMethods.cs
- UrlAuthorizationModule.cs
- UITypeEditor.cs
- XmlHierarchicalEnumerable.cs
- HwndMouseInputProvider.cs
- TypeDelegator.cs
- MessageDecoder.cs
- DataGridViewCellToolTipTextNeededEventArgs.cs
- CodeArrayIndexerExpression.cs
- SerializationSectionGroup.cs
- wgx_commands.cs
- DBSqlParserColumnCollection.cs
- MailDefinitionBodyFileNameEditor.cs
- RegisteredHiddenField.cs
- CultureTable.cs
- WindowsStartMenu.cs
- TextEditorDragDrop.cs
- PerformanceCounterPermission.cs
- HtmlEncodedRawTextWriter.cs
- ToolStripContentPanel.cs
- HostingEnvironmentException.cs
- TypedDataSetSchemaImporterExtensionFx35.cs
- XmlSchema.cs
- MetadataArtifactLoaderCompositeResource.cs
- Variant.cs
- TablePattern.cs
- QilUnary.cs
- AutoResetEvent.cs
- QueryCoreOp.cs
- AutoResetEvent.cs
- NamespaceListProperty.cs
- TrackBarRenderer.cs
- DefaultTypeArgumentAttribute.cs
- DataViewSetting.cs
- QueryActivatableWorkflowsCommand.cs
- PageAsyncTaskManager.cs
- GlobalizationSection.cs
- Converter.cs
- ObjectStateFormatter.cs
- ActivityDelegate.cs
- SHA512Managed.cs
- TypeLoadException.cs
- Composition.cs
- StagingAreaInputItem.cs
- QilFactory.cs
- COM2IPerPropertyBrowsingHandler.cs
- _LocalDataStore.cs
- PseudoWebRequest.cs
- HotSpotCollection.cs
- IIS7UserPrincipal.cs
- AttachmentCollection.cs
- MD5CryptoServiceProvider.cs
- QueryAsyncResult.cs
- ResponseBodyWriter.cs
- IItemContainerGenerator.cs
- DbMetaDataColumnNames.cs
- SqlReferenceCollection.cs
- RegexMatch.cs
- NativeCppClassAttribute.cs
- ListViewInsertionMark.cs
- RolePrincipal.cs
- TableLayoutStyle.cs
- DataTablePropertyDescriptor.cs
- DesignerView.Commands.cs
- NodeCounter.cs
- FocusTracker.cs
- XamlToRtfParser.cs
- AnonymousIdentificationModule.cs
- PinnedBufferMemoryStream.cs
- PlainXmlWriter.cs
- InheritanceAttribute.cs
- RepeatButtonAutomationPeer.cs
- UrlAuthFailedErrorFormatter.cs
- ScrollableControl.cs
- DebugTraceHelper.cs
- PropertyGroupDescription.cs
- BitConverter.cs
- TextEndOfLine.cs
- DtrList.cs
- CurrentChangedEventManager.cs
- ISAPIRuntime.cs
- ProfileModule.cs
- Solver.cs
- PropertyChangingEventArgs.cs
- RuntimeArgumentHandle.cs