Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WF / RunTime / ServicesExceptionNotHandledEventArgs.cs / 1305376 / ServicesExceptionNotHandledEventArgs.cs
#region Imports using System; using System.ComponentModel; using System.Diagnostics; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.Collections.ObjectModel; using System.Configuration; using System.Reflection; using System.Threading; using System.Globalization; using System.IO; using System.Workflow.Runtime.Hosting; using System.Workflow.Runtime.Configuration; using System.Workflow.ComponentModel; using System.Workflow.Runtime.Tracking; using System.Workflow.ComponentModel.Compiler; using System.Xml; using System.Workflow.Runtime.DebugEngine; using System.Workflow.ComponentModel.Serialization; using System.ComponentModel.Design; using System.ComponentModel.Design.Serialization; #endregion namespace System.Workflow.Runtime { #region Class ServicesExceptionNotHandledEventArgs public sealed class ServicesExceptionNotHandledEventArgs : EventArgs { private Exception exception; private Guid instanceId; internal ServicesExceptionNotHandledEventArgs(Exception exception, Guid instanceId) { this.exception = exception; this.instanceId = instanceId; } public Exception Exception { get { return exception; } } public Guid WorkflowInstanceId { get { return instanceId; } } } #endregion } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. #region Imports using System; using System.ComponentModel; using System.Diagnostics; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.Collections.ObjectModel; using System.Configuration; using System.Reflection; using System.Threading; using System.Globalization; using System.IO; using System.Workflow.Runtime.Hosting; using System.Workflow.Runtime.Configuration; using System.Workflow.ComponentModel; using System.Workflow.Runtime.Tracking; using System.Workflow.ComponentModel.Compiler; using System.Xml; using System.Workflow.Runtime.DebugEngine; using System.Workflow.ComponentModel.Serialization; using System.ComponentModel.Design; using System.ComponentModel.Design.Serialization; #endregion namespace System.Workflow.Runtime { #region Class ServicesExceptionNotHandledEventArgs public sealed class ServicesExceptionNotHandledEventArgs : EventArgs { private Exception exception; private Guid instanceId; internal ServicesExceptionNotHandledEventArgs(Exception exception, Guid instanceId) { this.exception = exception; this.instanceId = instanceId; } public Exception Exception { get { return exception; } } public Guid WorkflowInstanceId { get { return instanceId; } } } #endregion } // 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
- SizeConverter.cs
- QueryRelOp.cs
- Visual3DCollection.cs
- XmlDataSourceView.cs
- exports.cs
- RectangleGeometry.cs
- AdRotator.cs
- MediaTimeline.cs
- MetaType.cs
- InkSerializer.cs
- PersonalizationStateInfo.cs
- ContentValidator.cs
- MediaContextNotificationWindow.cs
- DoubleAnimation.cs
- TextRenderer.cs
- Viewport3DAutomationPeer.cs
- WebPartDisplayModeCollection.cs
- WebPartZone.cs
- StyleCollection.cs
- SystemEvents.cs
- ListViewDeletedEventArgs.cs
- _NegoState.cs
- DataGridCellEditEndingEventArgs.cs
- SplayTreeNode.cs
- CryptoConfig.cs
- CommonObjectSecurity.cs
- SlipBehavior.cs
- BufferedReadStream.cs
- XmlAttributeProperties.cs
- FSWPathEditor.cs
- StringToken.cs
- MailHeaderInfo.cs
- RunInstallerAttribute.cs
- ModelFactory.cs
- ModelTreeEnumerator.cs
- SQLSingleStorage.cs
- StatusBarDrawItemEvent.cs
- ShapingEngine.cs
- HandledEventArgs.cs
- DbConnectionFactory.cs
- ErrorActivity.cs
- Italic.cs
- ConfigXmlComment.cs
- EntityDesignerDataSourceView.cs
- AddingNewEventArgs.cs
- ReversePositionQuery.cs
- RemoteWebConfigurationHostServer.cs
- COM2PictureConverter.cs
- XmlComplianceUtil.cs
- BevelBitmapEffect.cs
- Panel.cs
- UnknownBitmapEncoder.cs
- DecimalAnimation.cs
- OptimisticConcurrencyException.cs
- TextAutomationPeer.cs
- SystemDropShadowChrome.cs
- DataControlImageButton.cs
- WindowVisualStateTracker.cs
- DataGridViewElement.cs
- XsltConvert.cs
- Content.cs
- CompilerErrorCollection.cs
- XPathAncestorIterator.cs
- externdll.cs
- HtmlEncodedRawTextWriter.cs
- DeviceOverridableAttribute.cs
- HwndSourceKeyboardInputSite.cs
- Authorization.cs
- XmlSchemaFacet.cs
- StringReader.cs
- ColorPalette.cs
- RectAnimationUsingKeyFrames.cs
- TextTreeDeleteContentUndoUnit.cs
- ControlBuilderAttribute.cs
- Scene3D.cs
- DbTransaction.cs
- Int32.cs
- Separator.cs
- Win32.cs
- LinkClickEvent.cs
- DbParameterHelper.cs
- EventBuilder.cs
- BitArray.cs
- StringWriter.cs
- Span.cs
- Select.cs
- PtsPage.cs
- FixedSOMGroup.cs
- IChannel.cs
- SecurityUtils.cs
- DeflateStream.cs
- SqlDataSourceConnectionPanel.cs
- ExpandCollapsePattern.cs
- EventBuilder.cs
- ApplyTemplatesAction.cs
- WindowsTitleBar.cs
- WindowsImpersonationContext.cs
- SeparatorAutomationPeer.cs
- InstanceKeyNotReadyException.cs
- SystemMulticastIPAddressInformation.cs