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
- ContentIterators.cs
- FormattedText.cs
- PrintPreviewDialog.cs
- IntellisenseTextBox.cs
- XmlComplianceUtil.cs
- OpCopier.cs
- ParserOptions.cs
- SplayTreeNode.cs
- BrowserDefinitionCollection.cs
- IntSecurity.cs
- ResolveNameEventArgs.cs
- WebConfigurationManager.cs
- ServicePointManager.cs
- InputMethodStateChangeEventArgs.cs
- CanonicalizationDriver.cs
- Point3DCollection.cs
- ByteKeyFrameCollection.cs
- HtmlShim.cs
- HeaderedContentControl.cs
- PrefixHandle.cs
- PointF.cs
- CodeAttributeDeclaration.cs
- DynamicMethod.cs
- RemotingClientProxy.cs
- XhtmlTextWriter.cs
- GZipStream.cs
- StorageEntitySetMapping.cs
- AncestorChangedEventArgs.cs
- UncommonField.cs
- TransportOutputChannel.cs
- bidPrivateBase.cs
- CryptoApi.cs
- SiteOfOriginPart.cs
- XmlNode.cs
- SingleSelectRootGridEntry.cs
- PathStreamGeometryContext.cs
- DataBinding.cs
- ColorAnimationUsingKeyFrames.cs
- NetMsmqSecurity.cs
- BasicViewGenerator.cs
- TableColumn.cs
- ISessionStateStore.cs
- MethodBuilderInstantiation.cs
- MembershipUser.cs
- DataControlImageButton.cs
- GlobalItem.cs
- ContextBase.cs
- contentDescriptor.cs
- ImageSourceValueSerializer.cs
- WebPartUserCapability.cs
- PropertyTabChangedEvent.cs
- MemoryRecordBuffer.cs
- ResourceDescriptionAttribute.cs
- SatelliteContractVersionAttribute.cs
- PointLightBase.cs
- FixedSOMFixedBlock.cs
- SqlDataSourceParameterParser.cs
- RemotingException.cs
- DrawingGroupDrawingContext.cs
- PolyLineSegment.cs
- Char.cs
- ProviderConnectionPoint.cs
- TransportSecurityProtocolFactory.cs
- ApplicationSettingsBase.cs
- ProxyManager.cs
- ValidationPropertyAttribute.cs
- ContentPosition.cs
- HttpProfileGroupBase.cs
- SortedDictionary.cs
- ProfileSettings.cs
- HttpInputStream.cs
- CodeEntryPointMethod.cs
- SkipQueryOptionExpression.cs
- RangeValuePattern.cs
- PeerToPeerException.cs
- SQLByteStorage.cs
- XmlObjectSerializerReadContext.cs
- AddInBase.cs
- RouteItem.cs
- NeutralResourcesLanguageAttribute.cs
- SoapAttributeOverrides.cs
- FunctionCommandText.cs
- WebRequest.cs
- LayoutEditorPart.cs
- Link.cs
- ContentPlaceHolder.cs
- Win32MouseDevice.cs
- HtmlTextBoxAdapter.cs
- ProfileInfo.cs
- TypeDescriptionProvider.cs
- IdentityReference.cs
- BufferBuilder.cs
- EventLogEntry.cs
- PrePrepareMethodAttribute.cs
- DBCSCodePageEncoding.cs
- SBCSCodePageEncoding.cs
- DataGridViewComponentPropertyGridSite.cs
- NetworkInformationPermission.cs
- VectorAnimationUsingKeyFrames.cs
- SSmlParser.cs