Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / NetFx40 / System.Activities / System / Activities / InvalidWorkflowException.cs / 1305376 / InvalidWorkflowException.cs
//------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
//-----------------------------------------------------------------------------
namespace System.Activities
{
using System;
using System.Runtime.Serialization;
using System.Runtime;
using System.Security;
[Serializable]
public class InvalidWorkflowException : Exception
{
public InvalidWorkflowException()
: base(SR.DefaultInvalidWorkflowExceptionMessage)
{
}
public InvalidWorkflowException(string message)
: base(message)
{
}
public InvalidWorkflowException(string message, Exception innerException)
: base(message, innerException)
{
}
protected InvalidWorkflowException(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
- _CacheStreams.cs
- BaseParaClient.cs
- ConnectionsZone.cs
- Exceptions.cs
- SubstitutionList.cs
- EntryWrittenEventArgs.cs
- Slider.cs
- MarkerProperties.cs
- SettingsPropertyIsReadOnlyException.cs
- StylusDevice.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- CodeMethodReturnStatement.cs
- TypeConverter.cs
- XmlLoader.cs
- TableLayoutPanelBehavior.cs
- AvTraceDetails.cs
- DataGridViewControlCollection.cs
- Panel.cs
- ContentFileHelper.cs
- InputProcessorProfilesLoader.cs
- SecurityIdentifierElementCollection.cs
- DesignerVerbToolStripMenuItem.cs
- FixedSOMTable.cs
- DataSourceDesigner.cs
- MulticastIPAddressInformationCollection.cs
- SiteMapProvider.cs
- CultureTableRecord.cs
- HtmlTable.cs
- TimeSpanValidator.cs
- GetMemberBinder.cs
- DATA_BLOB.cs
- ScrollableControl.cs
- CodeMemberEvent.cs
- ApplicationFileCodeDomTreeGenerator.cs
- CharConverter.cs
- CompiledQuery.cs
- BrushValueSerializer.cs
- XamlPointCollectionSerializer.cs
- RemoveFromCollection.cs
- ProxyOperationRuntime.cs
- ChtmlFormAdapter.cs
- ReadOnlyPropertyMetadata.cs
- OciLobLocator.cs
- TraceRecord.cs
- LocalFileSettingsProvider.cs
- EntityDataSourceDesigner.cs
- BinaryParser.cs
- CodeGenerator.cs
- HTMLTagNameToTypeMapper.cs
- Hashtable.cs
- ThaiBuddhistCalendar.cs
- DebugHandleTracker.cs
- IPHostEntry.cs
- IgnoreSection.cs
- LocalBuilder.cs
- AstNode.cs
- EdmComplexPropertyAttribute.cs
- lengthconverter.cs
- DataGridViewSelectedCellCollection.cs
- BackStopAuthenticationModule.cs
- HandlerBase.cs
- RoutingSection.cs
- ConstructorExpr.cs
- PeerNameRecordCollection.cs
- DiscoveryClientChannelBase.cs
- AttributeAction.cs
- CompiledQueryCacheEntry.cs
- PlaceHolder.cs
- GradientStop.cs
- BlurEffect.cs
- MultiSelectRootGridEntry.cs
- SystemParameters.cs
- ScopedKnownTypes.cs
- ListViewItem.cs
- PropertyGroupDescription.cs
- Int32RectConverter.cs
- VirtualizedItemPattern.cs
- ScriptResourceAttribute.cs
- _CookieModule.cs
- DrawingVisual.cs
- ConstraintEnumerator.cs
- InteropExecutor.cs
- Attachment.cs
- UserControlBuildProvider.cs
- SharedConnectionInfo.cs
- HtmlTableRowCollection.cs
- SqlParameter.cs
- CorePropertiesFilter.cs
- BasicBrowserDialog.designer.cs
- ProviderConnectionPointCollection.cs
- Monitor.cs
- Query.cs
- Int32CollectionValueSerializer.cs
- RuntimeHelpers.cs
- PackageRelationship.cs
- DynamicQueryableWrapper.cs
- EntityContainerRelationshipSet.cs
- ColorPalette.cs
- HtmlTextArea.cs
- PackagePartCollection.cs