Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu
This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Substitution.cs
- FileCodeGroup.cs
- DesignerWidgets.cs
- TextCompositionEventArgs.cs
- NavigationPropertySingletonExpression.cs
- WeakEventManager.cs
- BufferAllocator.cs
- ListViewInsertEventArgs.cs
- DocumentViewer.cs
- IncrementalHitTester.cs
- BitVec.cs
- TextEffectCollection.cs
- DynamicField.cs
- TextLineResult.cs
- ClientSettingsProvider.cs
- PartitionerQueryOperator.cs
- ReadOnlyObservableCollection.cs
- contentDescriptor.cs
- MenuItemAutomationPeer.cs
- ExtendedProtectionPolicyTypeConverter.cs
- Highlights.cs
- DataGridTextBox.cs
- BuildDependencySet.cs
- TextServicesManager.cs
- MemoryStream.cs
- FormViewUpdateEventArgs.cs
- ImageListDesigner.cs
- Label.cs
- MouseWheelEventArgs.cs
- TextBoxLine.cs
- PartialList.cs
- TemplateBindingExpression.cs
- sitestring.cs
- ReadOnlyDataSourceView.cs
- ListViewContainer.cs
- Single.cs
- SpeechRecognitionEngine.cs
- LocatorPart.cs
- MethodBuilderInstantiation.cs
- PersonalizationDictionary.cs
- TrackingStringDictionary.cs
- FormViewUpdatedEventArgs.cs
- SelectionHighlightInfo.cs
- TreeNodeMouseHoverEvent.cs
- ArrayConverter.cs
- SerializerProvider.cs
- Configuration.cs
- WebDescriptionAttribute.cs
- OleDbEnumerator.cs
- _UriTypeConverter.cs
- PagesSection.cs
- XmlAutoDetectWriter.cs
- TextBoxAutoCompleteSourceConverter.cs
- Geometry3D.cs
- ProcessProtocolHandler.cs
- JumpTask.cs
- WindowsAuthenticationModule.cs
- NameValueCollection.cs
- EditorPartDesigner.cs
- CursorEditor.cs
- OutputCacheProfile.cs
- CreationContext.cs
- KoreanLunisolarCalendar.cs
- PathGradientBrush.cs
- StringCollection.cs
- StreamSecurityUpgradeInitiatorAsyncResult.cs
- RootAction.cs
- TypeTypeConverter.cs
- Int64Animation.cs
- TextTreePropertyUndoUnit.cs
- RelationshipType.cs
- XmlTextReaderImpl.cs
- _UriTypeConverter.cs
- OrderedDictionaryStateHelper.cs
- ContourSegment.cs
- SystemWebCachingSectionGroup.cs
- IndexedGlyphRun.cs
- HtmlWindowCollection.cs
- ColumnTypeConverter.cs
- DateTimeParse.cs
- COM2PropertyPageUITypeConverter.cs
- PackageFilter.cs
- DataGridViewBand.cs
- AppDomainEvidenceFactory.cs
- Trigger.cs
- RuntimeHandles.cs
- BinaryFormatter.cs
- Operand.cs
- pingexception.cs
- SecondaryIndex.cs
- HttpCacheVaryByContentEncodings.cs
- TileBrush.cs
- SemanticKeyElement.cs
- RightsManagementEncryptedStream.cs
- DSASignatureDeformatter.cs
- GeneralTransform3DTo2D.cs
- SpanIndex.cs
- ContextMenu.cs
- BinarySecretKeyIdentifierClause.cs
- CLSCompliantAttribute.cs