Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / NetFx40 / System.Activities / System / Activities / WorkflowApplicationUnloadedException.cs / 1305376 / WorkflowApplicationUnloadedException.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.Activities { using System; using System.Runtime.Serialization; [Serializable] public class WorkflowApplicationUnloadedException : WorkflowApplicationException { public WorkflowApplicationUnloadedException() { } public WorkflowApplicationUnloadedException(string message) : base(message) { } public WorkflowApplicationUnloadedException(string message, Guid instanceId) : base(message, instanceId) { } public WorkflowApplicationUnloadedException(string message, Exception innerException) : base(message, innerException) { } public WorkflowApplicationUnloadedException(string message, Guid instanceId, Exception innerException) : base(message, instanceId, innerException) { } protected WorkflowApplicationUnloadedException(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
- OptimizedTemplateContentHelper.cs
- Rule.cs
- BoundField.cs
- Quaternion.cs
- CorruptStoreException.cs
- ClientSideProviderDescription.cs
- ErrorWebPart.cs
- XmlAttribute.cs
- ExceptQueryOperator.cs
- VectorAnimationBase.cs
- FormsIdentity.cs
- Visual3D.cs
- ObjectReferenceStack.cs
- sqlcontext.cs
- DbParameterCollectionHelper.cs
- FlowLayoutSettings.cs
- QuaternionKeyFrameCollection.cs
- BitmapImage.cs
- ServiceInfo.cs
- StringInfo.cs
- SerTrace.cs
- SoapReflectionImporter.cs
- BaseAddressPrefixFilterElement.cs
- LinqDataSourceDeleteEventArgs.cs
- Icon.cs
- SqlProvider.cs
- EnterpriseServicesHelper.cs
- MsmqInputMessage.cs
- EdmPropertyAttribute.cs
- Attributes.cs
- UtilityExtension.cs
- DataGridViewCellCollection.cs
- QueryExpression.cs
- DataServiceQueryProvider.cs
- RegisteredHiddenField.cs
- Italic.cs
- ExpressionEditor.cs
- BooleanStorage.cs
- TrackingSection.cs
- SafeRightsManagementPubHandle.cs
- StretchValidation.cs
- QilPatternVisitor.cs
- Rotation3D.cs
- ContentWrapperAttribute.cs
- GlobalAllocSafeHandle.cs
- AspNetHostingPermission.cs
- IgnoreFileBuildProvider.cs
- RelatedImageListAttribute.cs
- ServiceDeploymentInfo.cs
- WrappedIUnknown.cs
- PropertyStore.cs
- ConfigurationManagerInternalFactory.cs
- IconConverter.cs
- WebPartZoneBase.cs
- TextEmbeddedObject.cs
- DocumentPageViewAutomationPeer.cs
- BamlBinaryReader.cs
- TreeViewEvent.cs
- VerticalAlignConverter.cs
- RenamedEventArgs.cs
- InlinedAggregationOperatorEnumerator.cs
- RootAction.cs
- FrameworkReadOnlyPropertyMetadata.cs
- XmlReaderSettings.cs
- SelectedDatesCollection.cs
- GridEntry.cs
- CodeObject.cs
- XPathNode.cs
- DataGridRowDetailsEventArgs.cs
- EventLogPermissionHolder.cs
- ClickablePoint.cs
- AsyncPostBackTrigger.cs
- _SslSessionsCache.cs
- SystemThemeKey.cs
- TriggerCollection.cs
- ObjectSelectorEditor.cs
- CryptoHandle.cs
- XmlAttributeProperties.cs
- RIPEMD160.cs
- Filter.cs
- NonClientArea.cs
- _UncName.cs
- DataGridAutoFormatDialog.cs
- ZoomingMessageFilter.cs
- SafeFindHandle.cs
- ActivityBindForm.Designer.cs
- XmlArrayItemAttributes.cs
- WCFModelStrings.Designer.cs
- ServiceOperationWrapper.cs
- SaveFileDialog.cs
- SessionEndingEventArgs.cs
- ContextStaticAttribute.cs
- EventWaitHandleSecurity.cs
- LogicalTreeHelper.cs
- AutomationPropertyInfo.cs
- FontConverter.cs
- DataGridCaption.cs
- TaiwanLunisolarCalendar.cs
- TableLayout.cs
- QilDataSource.cs