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
- ClaimSet.cs
- TimelineClockCollection.cs
- XmlCountingReader.cs
- DesignerLoader.cs
- MessageSecurityTokenVersion.cs
- UITypeEditor.cs
- BoundColumn.cs
- Peer.cs
- FilteredAttributeCollection.cs
- XmlDocumentFragment.cs
- IPHostEntry.cs
- RowsCopiedEventArgs.cs
- PageStatePersister.cs
- Screen.cs
- PrePostDescendentsWalker.cs
- ButtonChrome.cs
- SessionStateUtil.cs
- HashRepartitionStream.cs
- FileIOPermission.cs
- GeneralTransform.cs
- ChannelServices.cs
- InvalidPrinterException.cs
- DynamicPropertyHolder.cs
- XmlSchema.cs
- BitmapCodecInfoInternal.cs
- DataGridColumnDropSeparator.cs
- Matrix3DConverter.cs
- MarshalByValueComponent.cs
- Crc32Helper.cs
- Console.cs
- PolyLineSegment.cs
- CacheDependency.cs
- UriScheme.cs
- ApplicationTrust.cs
- CellTreeNodeVisitors.cs
- OdbcConnectionOpen.cs
- RC2.cs
- DrawingServices.cs
- TransformerTypeCollection.cs
- UnsafeMethods.cs
- SwitchElementsCollection.cs
- WindowAutomationPeer.cs
- SafeTokenHandle.cs
- ListenerElementsCollection.cs
- EntityCommandDefinition.cs
- StringUtil.cs
- BamlStream.cs
- RelationshipFixer.cs
- Avt.cs
- MultipartContentParser.cs
- RootProfilePropertySettingsCollection.cs
- TransformDescriptor.cs
- ExecutionEngineException.cs
- DateTimeValueSerializerContext.cs
- DataGridColumnHeader.cs
- DoubleLinkList.cs
- CustomCategoryAttribute.cs
- NotifyCollectionChangedEventArgs.cs
- ClassData.cs
- Unit.cs
- EntityDataSourceChangingEventArgs.cs
- CaseCqlBlock.cs
- NodeFunctions.cs
- GeneralTransform3DGroup.cs
- SqlUserDefinedTypeAttribute.cs
- Win32KeyboardDevice.cs
- _ListenerResponseStream.cs
- ActivityMarkupSerializationProvider.cs
- COM2PictureConverter.cs
- __Error.cs
- SessionStateSection.cs
- SqlNotificationRequest.cs
- WebPartDescriptionCollection.cs
- KeyedPriorityQueue.cs
- Control.cs
- GradientBrush.cs
- LazyInitializer.cs
- UrlPath.cs
- WizardForm.cs
- XmlSchemas.cs
- SmiGettersStream.cs
- SafeWaitHandle.cs
- SettingsPropertyValueCollection.cs
- Hashtable.cs
- WebPartEditorCancelVerb.cs
- ClonableStack.cs
- PathData.cs
- Membership.cs
- SafeBitVector32.cs
- PreviewKeyDownEventArgs.cs
- StyleModeStack.cs
- SqlBuilder.cs
- DataMisalignedException.cs
- FilterableAttribute.cs
- ConnectionsZoneDesigner.cs
- WebPartEditorOkVerb.cs
- SiteMapSection.cs
- ArglessEventHandlerProxy.cs
- SrgsDocumentParser.cs
- ImpersonateTokenRef.cs