Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ComponentConverter.cs
- HtmlShimManager.cs
- ConnectionStringsExpressionEditor.cs
- ShortcutKeysEditor.cs
- SafeNativeMethods.cs
- TableItemStyle.cs
- TemplateApplicationHelper.cs
- autovalidator.cs
- FormDocumentDesigner.cs
- System.Data_BID.cs
- ServiceModelExtensionElement.cs
- FolderBrowserDialog.cs
- ConstructorNeedsTagAttribute.cs
- UpdateException.cs
- dataobject.cs
- PackageDigitalSignatureManager.cs
- PerformanceCounterLib.cs
- ThreadPool.cs
- AttributeQuery.cs
- TraceSection.cs
- EnumValAlphaComparer.cs
- ToolStripPanelSelectionGlyph.cs
- InvokeGenerator.cs
- FlatButtonAppearance.cs
- EdmPropertyAttribute.cs
- FixedSOMLineRanges.cs
- Int32CollectionValueSerializer.cs
- MediaEntryAttribute.cs
- Double.cs
- RuntimeResourceSet.cs
- SettingsBase.cs
- ScriptingRoleServiceSection.cs
- MetadataResolver.cs
- HatchBrush.cs
- UInt64.cs
- MemberMaps.cs
- WebPartRestoreVerb.cs
- CollectionCodeDomSerializer.cs
- NetworkInformationPermission.cs
- SecurityElement.cs
- WeakEventTable.cs
- EntityKeyElement.cs
- MetadataItemEmitter.cs
- GestureRecognitionResult.cs
- Int32CollectionConverter.cs
- RouteUrlExpressionBuilder.cs
- OSFeature.cs
- AuthStoreRoleProvider.cs
- PanelContainerDesigner.cs
- GetImportedCardRequest.cs
- StrongNameMembershipCondition.cs
- WebServiceResponse.cs
- TargetException.cs
- Size3DConverter.cs
- Accessible.cs
- CopyCodeAction.cs
- ErrorEventArgs.cs
- Constants.cs
- AssociationTypeEmitter.cs
- ProjectionPath.cs
- Pair.cs
- XmlSchemaComplexContentRestriction.cs
- XmlChoiceIdentifierAttribute.cs
- RecipientServiceModelSecurityTokenRequirement.cs
- DiscoveryClientDocuments.cs
- ObjectQueryState.cs
- EntityDataSourceStatementEditor.cs
- EventDescriptor.cs
- AnnotationStore.cs
- SByteConverter.cs
- TypedTableBaseExtensions.cs
- JsonWriter.cs
- QueryContinueDragEvent.cs
- ClipboardProcessor.cs
- GeneralTransform2DTo3DTo2D.cs
- ViewValidator.cs
- MessageAction.cs
- SQLInt16Storage.cs
- _TransmitFileOverlappedAsyncResult.cs
- SeverityFilter.cs
- LayoutTableCell.cs
- COSERVERINFO.cs
- XPathNodeInfoAtom.cs
- ReadOnlyHierarchicalDataSourceView.cs
- ThreadInterruptedException.cs
- BroadcastEventHelper.cs
- WebPartVerb.cs
- ColumnResult.cs
- DataGridRowHeader.cs
- DesignerAutoFormatCollection.cs
- XmlSchemaCollection.cs
- LineSegment.cs
- FocusWithinProperty.cs
- AlignmentYValidation.cs
- PopupEventArgs.cs
- InvalidateEvent.cs
- SessionStateUtil.cs
- CodeExpressionStatement.cs
- UnknownBitmapDecoder.cs
- Span.cs