Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / ndp / clr / src / BCL / System / UnhandledExceptionEventArgs.cs / 1 / UnhandledExceptionEventArgs.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== namespace System { using System; using System.Runtime.ConstrainedExecution; [Serializable()] [System.Runtime.InteropServices.ComVisible(true)] public class UnhandledExceptionEventArgs : EventArgs { private Object _Exception; private bool _IsTerminating; public UnhandledExceptionEventArgs(Object exception, bool isTerminating) { _Exception = exception; _IsTerminating = isTerminating; } public Object ExceptionObject { [ReliabilityContract(Consistency.WillNotCorruptState, Cer.Success)] get { return _Exception; } } public bool IsTerminating { [ReliabilityContract(Consistency.WillNotCorruptState, Cer.Success)] get { return _IsTerminating; } } } } // 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
- ServiceHostingEnvironmentSection.cs
- RegistryKey.cs
- Attributes.cs
- ParentUndoUnit.cs
- XmlConvert.cs
- ProviderException.cs
- InvokePatternIdentifiers.cs
- ParagraphVisual.cs
- SchemaEntity.cs
- ImageIndexConverter.cs
- DragDropManager.cs
- TextProperties.cs
- SkipStoryboardToFill.cs
- Label.cs
- TargetException.cs
- DrawingVisual.cs
- DateTimeFormatInfoScanner.cs
- WriteTimeStream.cs
- PropVariant.cs
- NameValueConfigurationCollection.cs
- TablePattern.cs
- _AutoWebProxyScriptWrapper.cs
- SQLInt64Storage.cs
- DbCommandTree.cs
- UInt64Converter.cs
- GC.cs
- RadioButtonBaseAdapter.cs
- EventItfInfo.cs
- SmtpException.cs
- ClientRoleProvider.cs
- DesignerForm.cs
- RemotingConfigParser.cs
- FontFamilyConverter.cs
- InsufficientMemoryException.cs
- CancellationState.cs
- SecurityToken.cs
- ContextMenu.cs
- TrustLevel.cs
- XmlBaseWriter.cs
- ControlPager.cs
- XmlSerializableWriter.cs
- TextRange.cs
- CurrentTimeZone.cs
- ThreadExceptionEvent.cs
- MethodBody.cs
- Attributes.cs
- PropertyChangingEventArgs.cs
- ProfileGroupSettings.cs
- PeerCollaborationPermission.cs
- ColorConverter.cs
- Wow64ConfigurationLoader.cs
- MonthCalendar.cs
- SplitterEvent.cs
- HGlobalSafeHandle.cs
- LogManagementAsyncResult.cs
- ShaderEffect.cs
- UnicastIPAddressInformationCollection.cs
- EventMappingSettings.cs
- GlyphRunDrawing.cs
- QilNode.cs
- RowBinding.cs
- printdlgexmarshaler.cs
- SqlTriggerContext.cs
- ProtocolImporter.cs
- SqlGatherProducedAliases.cs
- EmbeddedObject.cs
- AssociationTypeEmitter.cs
- PersonalizationDictionary.cs
- ObjectToIdCache.cs
- DocumentXmlWriter.cs
- EventMappingSettingsCollection.cs
- ManagementClass.cs
- HtmlButton.cs
- DataGridRowClipboardEventArgs.cs
- PropagationProtocolsTracing.cs
- DBDataPermission.cs
- GlyphTypeface.cs
- HandlerMappingMemo.cs
- EndpointIdentityConverter.cs
- SaveFileDialog.cs
- LinkedList.cs
- QuotedPrintableStream.cs
- CngAlgorithmGroup.cs
- SiteMapNodeItemEventArgs.cs
- FieldCollectionEditor.cs
- Comparer.cs
- XmlWellformedWriterHelpers.cs
- DoubleLinkList.cs
- PeerChannelFactory.cs
- PolyLineSegment.cs
- EditCommandColumn.cs
- HtmlInputControl.cs
- ObjectDesignerDataSourceView.cs
- ArglessEventHandlerProxy.cs
- SwitchLevelAttribute.cs
- PageBuildProvider.cs
- ResourceFallbackManager.cs
- SimpleRecyclingCache.cs
- ValidatingPropertiesEventArgs.cs
- CodeCatchClause.cs