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
- ButtonRenderer.cs
- RSACryptoServiceProvider.cs
- DefaultShape.cs
- X509WindowsSecurityToken.cs
- WebPartConnectionsEventArgs.cs
- BaseTemplateParser.cs
- IntegrationExceptionEventArgs.cs
- ellipse.cs
- BamlResourceDeserializer.cs
- TypeUtil.cs
- DashStyle.cs
- XPathNodeHelper.cs
- SqlError.cs
- BaseTemplateBuildProvider.cs
- contentDescriptor.cs
- FormsAuthenticationConfiguration.cs
- SqlRowUpdatingEvent.cs
- SafeCoTaskMem.cs
- ObjectStateEntryDbDataRecord.cs
- System.Data_BID.cs
- NotifyCollectionChangedEventArgs.cs
- NestPullup.cs
- AutoGeneratedField.cs
- DbConnectionStringCommon.cs
- ContextStaticAttribute.cs
- NullableConverter.cs
- DbConnectionStringBuilder.cs
- bidPrivateBase.cs
- DBConnection.cs
- SelectedDatesCollection.cs
- XmlArrayItemAttributes.cs
- InstallHelper.cs
- DataBindingExpressionBuilder.cs
- ApplicationId.cs
- Label.cs
- CodeSnippetStatement.cs
- Helper.cs
- COM2FontConverter.cs
- Token.cs
- DebugManager.cs
- TogglePattern.cs
- AssemblySettingAttributes.cs
- PowerModeChangedEventArgs.cs
- _Events.cs
- WebConfigurationHost.cs
- RewritingProcessor.cs
- SharedDp.cs
- wmiutil.cs
- DmlSqlGenerator.cs
- XmlSchemaCollection.cs
- PartialCachingControl.cs
- RoutedEvent.cs
- DataRecordInfo.cs
- WebEventCodes.cs
- DesignTimeData.cs
- SQLString.cs
- SystemGatewayIPAddressInformation.cs
- ObjectSecurity.cs
- StateRuntime.cs
- WebPartCatalogCloseVerb.cs
- XamlParser.cs
- CompilerGeneratedAttribute.cs
- ScalarRestriction.cs
- SiteMapNode.cs
- HttpException.cs
- DataSourceExpression.cs
- WebPartZone.cs
- DrawingCollection.cs
- HyperlinkAutomationPeer.cs
- ScriptComponentDescriptor.cs
- DataFormat.cs
- RawStylusInputReport.cs
- EntityConnection.cs
- ContainerFilterService.cs
- SemanticValue.cs
- SafeProcessHandle.cs
- FlowDocumentView.cs
- ConfigurationStrings.cs
- _SSPIWrapper.cs
- ReadOnlyCollectionBase.cs
- OutputCacheSection.cs
- TransformerTypeCollection.cs
- VirtualDirectoryMapping.cs
- DPTypeDescriptorContext.cs
- DocumentGrid.cs
- LongValidatorAttribute.cs
- ExecutionContext.cs
- AudioSignalProblemOccurredEventArgs.cs
- DotExpr.cs
- AuthenticationSection.cs
- XsltConvert.cs
- ParallelDesigner.xaml.cs
- ProcessHostServerConfig.cs
- DataGridViewAutoSizeModeEventArgs.cs
- XmlSerializableReader.cs
- KeyTimeConverter.cs
- DataFieldCollectionEditor.cs
- ButtonDesigner.cs
- DataListCommandEventArgs.cs
- FixedSOMContainer.cs