Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- OpacityConverter.cs
- PrivacyNoticeBindingElement.cs
- DrawListViewSubItemEventArgs.cs
- PageRanges.cs
- ToolStripPanelRenderEventArgs.cs
- Form.cs
- Crc32.cs
- DiagnosticsConfiguration.cs
- CodeNamespace.cs
- PasswordRecovery.cs
- ErrorProvider.cs
- ListView.cs
- HtmlShim.cs
- Int32AnimationBase.cs
- SoapSchemaExporter.cs
- PropertyPath.cs
- Image.cs
- TypedReference.cs
- BamlBinaryWriter.cs
- XmlUTF8TextReader.cs
- DBDataPermissionAttribute.cs
- HashStream.cs
- XmlSignificantWhitespace.cs
- HtmlAnchor.cs
- ColumnMapTranslator.cs
- Char.cs
- AssemblyName.cs
- XmlSubtreeReader.cs
- SqlConnectionHelper.cs
- PseudoWebRequest.cs
- TypeForwardedToAttribute.cs
- InstancePersistenceException.cs
- XmlSchemaElement.cs
- FlowLayout.cs
- PenThread.cs
- WindowsListBox.cs
- RemotingServices.cs
- EmptyElement.cs
- LineGeometry.cs
- TdsParserSessionPool.cs
- TextViewBase.cs
- StringReader.cs
- GiveFeedbackEventArgs.cs
- FileDialogCustomPlace.cs
- SqlDataSourceRefreshSchemaForm.cs
- DataSourceXmlElementAttribute.cs
- InfoCardTraceRecord.cs
- MatrixTransform.cs
- CodeAttributeArgument.cs
- Cursor.cs
- XmlSchemaObjectTable.cs
- NativeWrapper.cs
- RegexRunnerFactory.cs
- ConnectionOrientedTransportManager.cs
- ParentQuery.cs
- DefaultDiscoveryServiceExtension.cs
- basenumberconverter.cs
- GetIndexBinder.cs
- XmlCustomFormatter.cs
- SqlDataSourceDesigner.cs
- DetailsViewRow.cs
- XmlSerializerObjectSerializer.cs
- SmtpCommands.cs
- XomlCompilerParameters.cs
- SqlTypeConverter.cs
- WindowsToolbarAsMenu.cs
- TextDecorationCollection.cs
- DataObjectPastingEventArgs.cs
- XPathMultyIterator.cs
- WpfWebRequestHelper.cs
- WhitespaceRuleReader.cs
- XamlReader.cs
- Resources.Designer.cs
- fixedPageContentExtractor.cs
- ClassHandlersStore.cs
- _ConnectOverlappedAsyncResult.cs
- TrackingLocation.cs
- ping.cs
- PartitionedDataSource.cs
- DataServiceHostWrapper.cs
- DispatcherEventArgs.cs
- DefaultBinder.cs
- BackgroundFormatInfo.cs
- WindowsContainer.cs
- MediaScriptCommandRoutedEventArgs.cs
- TextEditorSpelling.cs
- IsolatedStorageFilePermission.cs
- log.cs
- ImageListImageEditor.cs
- OleDbCommand.cs
- OverflowException.cs
- XmlSortKeyAccumulator.cs
- XmlWriterSettings.cs
- SecurityDocument.cs
- DateTime.cs
- UiaCoreProviderApi.cs
- DependencyPropertyValueSerializer.cs
- UrlParameterWriter.cs
- NullableLongAverageAggregationOperator.cs
- DataServiceRequestException.cs