Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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; } } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- XmlAnyElementAttributes.cs
- SqlMethodAttribute.cs
- DefaultHttpHandler.cs
- DataGridBeginningEditEventArgs.cs
- BuildManagerHost.cs
- PointKeyFrameCollection.cs
- UpdateExpressionVisitor.cs
- BindingSourceDesigner.cs
- RpcAsyncResult.cs
- PackUriHelper.cs
- RC2CryptoServiceProvider.cs
- MouseDevice.cs
- BitmapSizeOptions.cs
- ProcessModelSection.cs
- DropSource.cs
- ChtmlTextWriter.cs
- sqlser.cs
- ExtentKey.cs
- ActivityTrace.cs
- AutoScrollHelper.cs
- DtdParser.cs
- BlockCollection.cs
- WizardPanel.cs
- FormattedTextSymbols.cs
- XmlEncoding.cs
- DrawListViewColumnHeaderEventArgs.cs
- ExternalException.cs
- RequestResizeEvent.cs
- Paragraph.cs
- BuildProvider.cs
- _NTAuthentication.cs
- HScrollProperties.cs
- HiddenField.cs
- GatewayDefinition.cs
- DirtyTextRange.cs
- CellIdBoolean.cs
- x509store.cs
- AsymmetricSignatureDeformatter.cs
- WindowsEditBoxRange.cs
- CompoundFileStorageReference.cs
- ExpressionContext.cs
- GridViewRowEventArgs.cs
- OutputCacheProfile.cs
- XmlSchemaType.cs
- ReadOnlyAttribute.cs
- ListViewInsertionMark.cs
- Polygon.cs
- SafeNativeMethodsCLR.cs
- CodeAttributeDeclaration.cs
- ReadOnlyHierarchicalDataSourceView.cs
- ValueOfAction.cs
- RegexWorker.cs
- AttachedPropertyBrowsableForChildrenAttribute.cs
- BaseCodeDomTreeGenerator.cs
- MachineKeySection.cs
- sqlnorm.cs
- DataKey.cs
- SqlCacheDependencySection.cs
- ArgumentNullException.cs
- CustomLineCap.cs
- RenamedEventArgs.cs
- Binding.cs
- ApplyHostConfigurationBehavior.cs
- TreeIterator.cs
- OleDbInfoMessageEvent.cs
- XslTransform.cs
- FixedTextContainer.cs
- DesignerSerializationOptionsAttribute.cs
- XmlCollation.cs
- DispatcherHooks.cs
- SessionPageStateSection.cs
- MimeMultiPart.cs
- BackgroundWorker.cs
- AutoGeneratedFieldProperties.cs
- XmlNamedNodeMap.cs
- XsltConvert.cs
- KerberosSecurityTokenAuthenticator.cs
- XsltException.cs
- ScriptModule.cs
- WriteableBitmap.cs
- ObjectListCommandEventArgs.cs
- DeclaredTypeValidatorAttribute.cs
- AutoResizedEvent.cs
- ExpressionTextBoxAutomationPeer.cs
- PrintPreviewDialog.cs
- EntityDataSourceContainerNameItem.cs
- ObjectCloneHelper.cs
- VersionConverter.cs
- CreatingCookieEventArgs.cs
- SqlCommandSet.cs
- DataServiceContext.cs
- XmlSchemaAttribute.cs
- AppendHelper.cs
- DeferredElementTreeState.cs
- JournalEntry.cs
- PageThemeBuildProvider.cs
- ExtenderProvidedPropertyAttribute.cs
- TypeToken.cs
- XamlTypeMapperSchemaContext.cs
- precedingsibling.cs