Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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. // // ==--== 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- RectangleGeometry.cs
- RefType.cs
- ZoneIdentityPermission.cs
- DataServiceException.cs
- VSWCFServiceContractGenerator.cs
- FunctionUpdateCommand.cs
- lengthconverter.cs
- MembershipUser.cs
- DrawingContextDrawingContextWalker.cs
- ContractComponent.cs
- CacheAxisQuery.cs
- Nullable.cs
- CodeTryCatchFinallyStatement.cs
- HyperLink.cs
- MetadataUtil.cs
- sqlcontext.cs
- TreeNodeConverter.cs
- ParentQuery.cs
- SoapIncludeAttribute.cs
- WindowsFormsHelpers.cs
- SetStoryboardSpeedRatio.cs
- TextServicesProperty.cs
- SafeReadContext.cs
- XsltException.cs
- ToolStripContainer.cs
- WebAdminConfigurationHelper.cs
- PagesChangedEventArgs.cs
- TransformerInfoCollection.cs
- WindowsGraphics2.cs
- OutputCacheEntry.cs
- ColorConverter.cs
- Propagator.cs
- ByteConverter.cs
- DataObjectFieldAttribute.cs
- JsonFormatGeneratorStatics.cs
- InputMethodStateChangeEventArgs.cs
- VolatileResourceManager.cs
- HttpModuleCollection.cs
- SamlSubjectStatement.cs
- XPathNodeList.cs
- ApplicationFileCodeDomTreeGenerator.cs
- CodeArrayIndexerExpression.cs
- TransportChannelFactory.cs
- SqlUserDefinedAggregateAttribute.cs
- AddIn.cs
- DataGridGeneralPage.cs
- AnonymousIdentificationSection.cs
- EventLogTraceListener.cs
- DecimalFormatter.cs
- MachineKeySection.cs
- SelectedDatesCollection.cs
- ToolStripItemRenderEventArgs.cs
- BrowserDefinition.cs
- CodeVariableDeclarationStatement.cs
- DebugView.cs
- DataGridParentRows.cs
- SendMailErrorEventArgs.cs
- SrgsOneOf.cs
- GeneralTransform3DCollection.cs
- DrawingContextDrawingContextWalker.cs
- Mutex.cs
- SynchronizationHandlesCodeDomSerializer.cs
- AttributeCollection.cs
- JapaneseLunisolarCalendar.cs
- AutoCompleteStringCollection.cs
- Win32MouseDevice.cs
- ExtensionQuery.cs
- WebPartManager.cs
- ConfigurationSection.cs
- PasswordRecovery.cs
- CryptoKeySecurity.cs
- CachedFontFamily.cs
- XmlImplementation.cs
- GatewayDefinition.cs
- MenuEventArgs.cs
- DocumentXmlWriter.cs
- BitmapMetadata.cs
- DataStorage.cs
- RTLAwareMessageBox.cs
- PrintDialog.cs
- TableRow.cs
- HostedImpersonationContext.cs
- SelectionRange.cs
- ToolStripArrowRenderEventArgs.cs
- SqlHelper.cs
- EntryIndex.cs
- Region.cs
- WsdlWriter.cs
- ChangeNode.cs
- IRCollection.cs
- OrderByQueryOptionExpression.cs
- DocumentOrderQuery.cs
- CustomPopupPlacement.cs
- SymbolTable.cs
- MemoryRecordBuffer.cs
- Sentence.cs
- BlockCollection.cs
- SpeechSeg.cs
- BindingGroup.cs
- Classification.cs