Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WF / RunTime / Hosting / PersistenceException.cs / 1305376 / PersistenceException.cs
using System; using System.Runtime.Serialization; using System.Security.Permissions; using System.Collections.Generic; using System.Globalization; using System.Threading; using System.Workflow; using System.Workflow.Runtime; using System.Workflow.ComponentModel; namespace System.Workflow.Runtime.Hosting { #region Runtime Exceptions [Serializable] public class PersistenceException : SystemException { public PersistenceException() : base(string.Format(CultureInfo.CurrentCulture, ExecutionStringManager.PersistenceException)) { } public PersistenceException(string message) : base(message) { } public PersistenceException(string message, Exception innerException) : base(message, innerException) { } [SecurityPermissionAttribute(SecurityAction.Demand, SerializationFormatter = true)] protected PersistenceException(SerializationInfo info, StreamingContext context) : base(info, context) { } } #endregion } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. using System; using System.Runtime.Serialization; using System.Security.Permissions; using System.Collections.Generic; using System.Globalization; using System.Threading; using System.Workflow; using System.Workflow.Runtime; using System.Workflow.ComponentModel; namespace System.Workflow.Runtime.Hosting { #region Runtime Exceptions [Serializable] public class PersistenceException : SystemException { public PersistenceException() : base(string.Format(CultureInfo.CurrentCulture, ExecutionStringManager.PersistenceException)) { } public PersistenceException(string message) : base(message) { } public PersistenceException(string message, Exception innerException) : base(message, innerException) { } [SecurityPermissionAttribute(SecurityAction.Demand, SerializationFormatter = true)] protected PersistenceException(SerializationInfo info, StreamingContext context) : base(info, context) { } } #endregion } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- OleServicesContext.cs
- InternalsVisibleToAttribute.cs
- SplitterPanel.cs
- SynchronizationLockException.cs
- TextEditorLists.cs
- Deflater.cs
- JsonDataContract.cs
- XmlSchemaIdentityConstraint.cs
- SqlCacheDependencySection.cs
- EntitySqlQueryCacheEntry.cs
- FlowNode.cs
- AutoGeneratedField.cs
- ConstrainedDataObject.cs
- KeyTime.cs
- WebPartCancelEventArgs.cs
- ImageField.cs
- DataGridViewCellStyle.cs
- SessionViewState.cs
- MessageLogTraceRecord.cs
- Rotation3DAnimation.cs
- HGlobalSafeHandle.cs
- VisualStateGroup.cs
- ForeignKeyConstraint.cs
- XmlDocumentType.cs
- _SslStream.cs
- GlyphInfoList.cs
- BamlMapTable.cs
- ValueExpressions.cs
- EventMappingSettingsCollection.cs
- IPPacketInformation.cs
- WmlPanelAdapter.cs
- NamedElement.cs
- XmlHierarchicalEnumerable.cs
- ActivatableWorkflowsQueryResult.cs
- ObjectPersistData.cs
- DSASignatureFormatter.cs
- Stroke2.cs
- WebBrowserEvent.cs
- FormsAuthenticationModule.cs
- CfgParser.cs
- HostedHttpRequestAsyncResult.cs
- DataKeyPropertyAttribute.cs
- GeneralTransform3D.cs
- DateTimeFormatInfo.cs
- ListBox.cs
- ProfileModule.cs
- BindingMAnagerBase.cs
- ContextInformation.cs
- RuleSettingsCollection.cs
- AlignmentYValidation.cs
- ObjectQuery.cs
- InstanceDataCollectionCollection.cs
- TextEditorTables.cs
- ApplicationActivator.cs
- BasicKeyConstraint.cs
- versioninfo.cs
- QueryAccessibilityHelpEvent.cs
- PathData.cs
- NavigationProperty.cs
- DateRangeEvent.cs
- DataMemberConverter.cs
- TypeDescriptionProviderAttribute.cs
- ImagingCache.cs
- NullReferenceException.cs
- PropertyValue.cs
- FileCodeGroup.cs
- CategoryNameCollection.cs
- GacUtil.cs
- DocumentOrderQuery.cs
- RuleSettings.cs
- XmlSchemaExporter.cs
- RuntimeCompatibilityAttribute.cs
- ScriptingRoleServiceSection.cs
- EdmFunctions.cs
- SplitterEvent.cs
- XPathNodeHelper.cs
- ObjectDataSourceEventArgs.cs
- ColorPalette.cs
- XmlValidatingReader.cs
- OptimizedTemplateContentHelper.cs
- PagesChangedEventArgs.cs
- ToolStripCollectionEditor.cs
- SecurityState.cs
- PackagePartCollection.cs
- TextBoxBaseDesigner.cs
- TextTreeTextBlock.cs
- AssemblyBuilder.cs
- AmbientValueAttribute.cs
- NegotiateStream.cs
- CompositeFontParser.cs
- StandardMenuStripVerb.cs
- WebBrowserContainer.cs
- BookmarkScope.cs
- EventLogPermissionAttribute.cs
- ResourceDescriptionAttribute.cs
- EntityCommand.cs
- DescendentsWalker.cs
- COM2ColorConverter.cs
- BooleanAnimationBase.cs
- Point3DAnimation.cs