Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / NetFx40 / System.Activities / System / Activities / WorkflowApplicationAbortedException.cs / 1305376 / WorkflowApplicationAbortedException.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.Activities { using System; using System.Runtime.Serialization; [Serializable] public class WorkflowApplicationAbortedException : WorkflowApplicationException { public WorkflowApplicationAbortedException() { } public WorkflowApplicationAbortedException(string message) : base(message) { } public WorkflowApplicationAbortedException(string message, Guid instanceId) : base(message, instanceId) { } public WorkflowApplicationAbortedException(string message, Exception innerException) : base(message, innerException) { } public WorkflowApplicationAbortedException(string message, Guid instanceId, Exception innerException) : base(message, instanceId, innerException) { } protected WorkflowApplicationAbortedException(SerializationInfo info, StreamingContext context) : base(info, context) { } } } // 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
- RootBuilder.cs
- SecurityTokenSerializer.cs
- FixedTextPointer.cs
- TextChangedEventArgs.cs
- StreamAsIStream.cs
- HtmlEmptyTagControlBuilder.cs
- CustomErrorsSection.cs
- XmlDocument.cs
- Attachment.cs
- MethodExpr.cs
- AffineTransform3D.cs
- CheckBoxBaseAdapter.cs
- PrivateFontCollection.cs
- ClientConvert.cs
- AffineTransform3D.cs
- WebPartDisplayMode.cs
- Config.cs
- NativeMethods.cs
- ManipulationInertiaStartingEventArgs.cs
- RoleGroupCollection.cs
- UriSectionData.cs
- SafeNativeMethods.cs
- RequestContextBase.cs
- WebPartChrome.cs
- ControlBuilder.cs
- BlurBitmapEffect.cs
- Sql8ExpressionRewriter.cs
- InternalResources.cs
- BasicBrowserDialog.cs
- DesignerContextDescriptor.cs
- SQLSingle.cs
- StyleSelector.cs
- VerticalAlignConverter.cs
- Misc.cs
- Wildcard.cs
- _AutoWebProxyScriptEngine.cs
- InstanceDataCollectionCollection.cs
- PopupRoot.cs
- GridViewCellAutomationPeer.cs
- AdjustableArrowCap.cs
- ApplicationHost.cs
- ProfilePropertySettingsCollection.cs
- ConsoleCancelEventArgs.cs
- QilInvoke.cs
- ViewStateModeByIdAttribute.cs
- AttachedPropertyBrowsableForChildrenAttribute.cs
- TraceSection.cs
- NonBatchDirectoryCompiler.cs
- ResourceAssociationSetEnd.cs
- DbConnectionClosed.cs
- IArgumentProvider.cs
- CodeTypeDelegate.cs
- DeferredRunTextReference.cs
- HttpDebugHandler.cs
- RichTextBox.cs
- PtsContext.cs
- TryLoadRunnableWorkflowCommand.cs
- ProtocolInformationReader.cs
- ListBoxChrome.cs
- LinqDataSourceSelectEventArgs.cs
- FileReader.cs
- TextParagraphProperties.cs
- TimerTable.cs
- SamlSubjectStatement.cs
- ButtonBaseAutomationPeer.cs
- SoapAttributeAttribute.cs
- _HeaderInfo.cs
- MethodToken.cs
- EntityDataSourceDesigner.cs
- DynamicILGenerator.cs
- ControlParameter.cs
- DataGridViewAccessibleObject.cs
- Util.cs
- FontStretch.cs
- DBSqlParserTable.cs
- _NegoStream.cs
- TypedReference.cs
- SoapObjectWriter.cs
- ProviderConnectionPointCollection.cs
- NonParentingControl.cs
- ConfigXmlAttribute.cs
- ByValueEqualityComparer.cs
- AutomationElementIdentifiers.cs
- DataGridItemEventArgs.cs
- SmtpMail.cs
- ConstructorNeedsTagAttribute.cs
- TextEditor.cs
- CodeExporter.cs
- TextServicesContext.cs
- LoopExpression.cs
- AutoFocusStyle.xaml.cs
- PropertyMap.cs
- StrokeRenderer.cs
- XDeferredAxisSource.cs
- IntranetCredentialPolicy.cs
- DbCommandTree.cs
- ConfigXmlText.cs
- MetadataFile.cs
- CodeArgumentReferenceExpression.cs
- TemplatePartAttribute.cs