Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / clr / src / BCL / System / Runtime / ExceptionServices / CorruptingExceptionCommon.cs / 1305376 / CorruptingExceptionCommon.cs
#if FEATURE_CORRUPTING_EXCEPTIONS // ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================================== ** ** File: CorruptingExceptionCommon.cs ** ** ** Purpose: Contains common usage support entities for Corrupting Exceptions ** ** Created: 06/20/2008 ** **[....] ** =============================================================================*/ namespace System.Runtime.ExceptionServices { using System; // This attribute can be applied to methods to indicate that ProcessCorruptedState // Exceptions should be delivered to them. [AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = false)] public sealed class HandleProcessCorruptedStateExceptionsAttribute : Attribute { public HandleProcessCorruptedStateExceptionsAttribute() { } } } #endif // FEATURE_CORRUPTING_EXCEPTIONS // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. #if FEATURE_CORRUPTING_EXCEPTIONS // ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================================== ** ** File: CorruptingExceptionCommon.cs ** ** ** Purpose: Contains common usage support entities for Corrupting Exceptions ** ** Created: 06/20/2008 ** **[....] ** =============================================================================*/ namespace System.Runtime.ExceptionServices { using System; // This attribute can be applied to methods to indicate that ProcessCorruptedState // Exceptions should be delivered to them. [AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = false)] public sealed class HandleProcessCorruptedStateExceptionsAttribute : Attribute { public HandleProcessCorruptedStateExceptionsAttribute() { } } } #endif // FEATURE_CORRUPTING_EXCEPTIONS // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- HwndSource.cs
- CDSCollectionETWBCLProvider.cs
- SqlProcedureAttribute.cs
- CodeCommentStatement.cs
- FileClassifier.cs
- SqlRowUpdatedEvent.cs
- CompilationUtil.cs
- ConfigurationSchemaErrors.cs
- CompoundFileIOPermission.cs
- HttpException.cs
- XPathSelfQuery.cs
- FacetValueContainer.cs
- ListViewVirtualItemsSelectionRangeChangedEvent.cs
- StatusBar.cs
- DefaultValidator.cs
- ScrollViewerAutomationPeer.cs
- cookiecollection.cs
- BadImageFormatException.cs
- DataServiceCollectionOfT.cs
- DataExchangeServiceBinder.cs
- Scripts.cs
- ValueType.cs
- Double.cs
- EventSourceCreationData.cs
- ListViewTableRow.cs
- TypeDescriptor.cs
- SrgsElementFactoryCompiler.cs
- Simplifier.cs
- CapabilitiesRule.cs
- WindowsListViewScroll.cs
- RuleAction.cs
- Switch.cs
- TextCharacters.cs
- ContentHostHelper.cs
- OrderedDictionaryStateHelper.cs
- ListViewInsertionMark.cs
- XmlDataImplementation.cs
- WebPartManager.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- ServerValidateEventArgs.cs
- COM2ExtendedUITypeEditor.cs
- NonVisualControlAttribute.cs
- XPathDocumentBuilder.cs
- SymbolDocumentInfo.cs
- BookmarkTable.cs
- Model3DCollection.cs
- _Win32.cs
- DisplayMemberTemplateSelector.cs
- XmlBinaryReader.cs
- ProxyGenerator.cs
- MetadataCache.cs
- UnauthorizedWebPart.cs
- HostProtectionException.cs
- UnsafeNativeMethods.cs
- DbConnectionPool.cs
- SqlFileStream.cs
- FilterableAttribute.cs
- ResourcesBuildProvider.cs
- isolationinterop.cs
- HtmlInputFile.cs
- transactioncontext.cs
- SetStateEventArgs.cs
- MailWriter.cs
- RemotingAttributes.cs
- RtType.cs
- Brush.cs
- PtsHelper.cs
- DataGridViewColumnCollection.cs
- ProxyAttribute.cs
- CodeConstructor.cs
- ToolBar.cs
- WebHeaderCollection.cs
- Thickness.cs
- WebReferencesBuildProvider.cs
- DebugInfoGenerator.cs
- EmptyControlCollection.cs
- ClassValidator.cs
- DocumentSchemaValidator.cs
- StreamReader.cs
- XhtmlBasicPageAdapter.cs
- Style.cs
- FederatedMessageSecurityOverHttpElement.cs
- SwitchLevelAttribute.cs
- DocumentPropertiesDialog.cs
- MissingFieldException.cs
- ExtenderHelpers.cs
- XmlArrayItemAttribute.cs
- PropertyFilterAttribute.cs
- OleDbTransaction.cs
- Image.cs
- documentsequencetextview.cs
- DataTable.cs
- SBCSCodePageEncoding.cs
- StateChangeEvent.cs
- Subset.cs
- MachineKeySection.cs
- StructuralType.cs
- Selection.cs
- AppDomainGrammarProxy.cs
- TransactionsSectionGroup.cs