Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / NetFx40 / System.Activities / System / Activities / Statements / WorkflowTerminatedException.cs / 1305376 / WorkflowTerminatedException.cs
//------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
//-----------------------------------------------------------------------------
namespace System.Activities.Statements
{
using System;
using System.Runtime.Serialization;
[Serializable]
public class WorkflowTerminatedException : Exception
{
public WorkflowTerminatedException()
: base(SR.WorkflowTerminatedExceptionDefaultMessage)
{
}
public WorkflowTerminatedException(string message)
: base(message)
{
}
public WorkflowTerminatedException(string message, Exception innerException)
: base(message, innerException)
{
}
protected WorkflowTerminatedException(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
- HwndHost.cs
- DataServiceBehavior.cs
- XmlByteStreamWriter.cs
- BaseTreeIterator.cs
- Light.cs
- ToolCreatedEventArgs.cs
- ResourceReferenceKeyNotFoundException.cs
- SQLBinaryStorage.cs
- ConfigXmlWhitespace.cs
- DataControlLinkButton.cs
- BinaryObjectWriter.cs
- WriterOutput.cs
- Odbc32.cs
- TableLayout.cs
- Stacktrace.cs
- EventManager.cs
- _SSPIWrapper.cs
- RootContext.cs
- XmlReader.cs
- AuthorizationPolicyTypeElement.cs
- FilterableAttribute.cs
- CompilerScopeManager.cs
- LightweightEntityWrapper.cs
- StrongName.cs
- HandleValueEditor.cs
- ServiceModelEnhancedConfigurationElementCollection.cs
- Claim.cs
- FixedSchema.cs
- OdbcParameter.cs
- RoutedEventValueSerializer.cs
- WizardStepBase.cs
- CancelEventArgs.cs
- TextServicesProperty.cs
- PkcsMisc.cs
- NegationPusher.cs
- BrowserTree.cs
- Material.cs
- XmlBinaryReader.cs
- XslException.cs
- PrintDialogException.cs
- CachedRequestParams.cs
- CompensatableTransactionScopeActivity.cs
- SelectionItemPattern.cs
- WaitHandleCannotBeOpenedException.cs
- CharacterShapingProperties.cs
- FillRuleValidation.cs
- ConvertBinder.cs
- Decoder.cs
- ToolStripSystemRenderer.cs
- WsatServiceAddress.cs
- EntityObject.cs
- UIElementParaClient.cs
- WebHttpBindingElement.cs
- SafeEventLogWriteHandle.cs
- View.cs
- DropShadowEffect.cs
- InfoCardCryptoHelper.cs
- SessionStateUtil.cs
- HighlightVisual.cs
- LinqDataSourceDisposeEventArgs.cs
- VerticalAlignConverter.cs
- ViewCellRelation.cs
- QuaternionConverter.cs
- SamlSubjectStatement.cs
- FilteredDataSetHelper.cs
- SchemaAttDef.cs
- DataListGeneralPage.cs
- CompleteWizardStep.cs
- ErrorReporting.cs
- BrowserCapabilitiesFactory.cs
- X509ChainPolicy.cs
- rsa.cs
- BindingManagerDataErrorEventArgs.cs
- IBuiltInEvidence.cs
- NavigationEventArgs.cs
- codemethodreferenceexpression.cs
- LocalBuilder.cs
- PowerModeChangedEventArgs.cs
- UnmanagedMemoryStream.cs
- MSHTMLHost.cs
- ChannelServices.cs
- ValidatingPropertiesEventArgs.cs
- HighContrastHelper.cs
- SspiHelper.cs
- ListBoxItemWrapperAutomationPeer.cs
- cookiecollection.cs
- CompilerResults.cs
- TabControl.cs
- DateTimeUtil.cs
- linebase.cs
- StringFunctions.cs
- TypeCollectionPropertyEditor.cs
- SqlClientFactory.cs
- KeyProperty.cs
- Speller.cs
- SuppressIldasmAttribute.cs
- DetailsViewRow.cs
- WebSysDescriptionAttribute.cs
- Stackframe.cs
- SqlConnectionStringBuilder.cs