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
- NetMsmqBindingCollectionElement.cs
- TextTreeInsertElementUndoUnit.cs
- followingsibling.cs
- SqlDataSourceView.cs
- Zone.cs
- TabItem.cs
- QueryTreeBuilder.cs
- InternalCache.cs
- FieldNameLookup.cs
- EventProviderWriter.cs
- DataTableReader.cs
- GridView.cs
- ManagedFilter.cs
- VoiceSynthesis.cs
- DefaultTraceListener.cs
- PropertyChangedEventArgs.cs
- activationcontext.cs
- ContentFilePart.cs
- PageAsyncTaskManager.cs
- OdbcHandle.cs
- WindowsFormsHelpers.cs
- CodeDomLoader.cs
- PathHelper.cs
- RecognitionEventArgs.cs
- HtmlTable.cs
- TextStore.cs
- UnauthorizedWebPart.cs
- AssemblyAttributes.cs
- DbConnectionFactory.cs
- ExceptionHandler.cs
- TdsValueSetter.cs
- ValidationResult.cs
- SrgsRuleRef.cs
- RecognizedWordUnit.cs
- AnimatedTypeHelpers.cs
- TryExpression.cs
- WebConfigurationHostFileChange.cs
- AssociationTypeEmitter.cs
- Exception.cs
- InfocardClientCredentials.cs
- Style.cs
- BezierSegment.cs
- LinqExpressionNormalizer.cs
- SoundPlayerAction.cs
- Bezier.cs
- xmlsaver.cs
- TextFormatterHost.cs
- RelationshipEndCollection.cs
- WebControl.cs
- ProcessModelSection.cs
- NativeWindow.cs
- OverlappedAsyncResult.cs
- PageTheme.cs
- DataGridLinkButton.cs
- ControlValuePropertyAttribute.cs
- DataGridViewControlCollection.cs
- FormViewPagerRow.cs
- SqlTypeConverter.cs
- LocalizedNameDescriptionPair.cs
- ClaimComparer.cs
- SchemaLookupTable.cs
- BaseValidator.cs
- SoapIncludeAttribute.cs
- WriteFileContext.cs
- QilXmlWriter.cs
- CachedPathData.cs
- MembershipPasswordException.cs
- PropertyPathWorker.cs
- DBCommand.cs
- PathSegmentCollection.cs
- SmtpReplyReaderFactory.cs
- ElementFactory.cs
- DataGridAddNewRow.cs
- ErrorRuntimeConfig.cs
- SmiEventSink_DeferedProcessing.cs
- SafeHandles.cs
- AutoResizedEvent.cs
- ListBase.cs
- ReadOnlyDictionary.cs
- SafeBitVector32.cs
- RoutedEventValueSerializer.cs
- ConfigurationValues.cs
- CombinedHttpChannel.cs
- LinkDescriptor.cs
- UpdateProgress.cs
- ListBoxAutomationPeer.cs
- PackagingUtilities.cs
- TransactionInformation.cs
- DataObject.cs
- IChannel.cs
- WebCategoryAttribute.cs
- UnaryNode.cs
- NameValueFileSectionHandler.cs
- UnrecognizedAssertionsBindingElement.cs
- EnumerableCollectionView.cs
- XmlDictionaryString.cs
- Subtree.cs
- UnsafePeerToPeerMethods.cs
- ChannelServices.cs
- InputLangChangeRequestEvent.cs