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
- TimersDescriptionAttribute.cs
- DesignConnectionCollection.cs
- EntityDataSourceViewSchema.cs
- ParserExtension.cs
- SystemException.cs
- DataGridViewCellConverter.cs
- InternalControlCollection.cs
- Parameter.cs
- basecomparevalidator.cs
- SqlReorderer.cs
- HttpApplication.cs
- NavigatorOutput.cs
- DataTableNewRowEvent.cs
- RetriableClipboard.cs
- ValidationErrorCollection.cs
- StringReader.cs
- ConditionBrowserDialog.cs
- PropertyPathConverter.cs
- ProcessHost.cs
- SqlCacheDependencyDatabaseCollection.cs
- ParserExtension.cs
- AsyncPostBackErrorEventArgs.cs
- GenericIdentity.cs
- MouseEvent.cs
- RuntimeConfigurationRecord.cs
- Drawing.cs
- DockProviderWrapper.cs
- _HeaderInfo.cs
- DynamicDataManager.cs
- MailAddressParser.cs
- FontStretch.cs
- SQLInt16Storage.cs
- basevalidator.cs
- OleCmdHelper.cs
- SqlUserDefinedAggregateAttribute.cs
- HiddenFieldPageStatePersister.cs
- TextReader.cs
- StateBag.cs
- IArgumentProvider.cs
- ConfigurationManagerInternal.cs
- MatrixAnimationBase.cs
- SinglePageViewer.cs
- WebScriptMetadataMessage.cs
- DateTimeOffset.cs
- GridViewCellAutomationPeer.cs
- CodeDirectiveCollection.cs
- XamlSerializationHelper.cs
- CopyCodeAction.cs
- DataFormats.cs
- RequestResizeEvent.cs
- HtmlInputButton.cs
- EasingKeyFrames.cs
- BitmapEffectOutputConnector.cs
- FrameworkContentElement.cs
- TextSchema.cs
- InputMethod.cs
- Parsers.cs
- XmlStringTable.cs
- EntityDesignerUtils.cs
- BaseCodeDomTreeGenerator.cs
- SqlConnectionString.cs
- AnnotationResource.cs
- DataListItem.cs
- ProxyWebPartManager.cs
- Span.cs
- PresentationSource.cs
- activationcontext.cs
- XsdDataContractImporter.cs
- SoapCodeExporter.cs
- ExtenderHelpers.cs
- mansign.cs
- VectorValueSerializer.cs
- ACE.cs
- TextTabProperties.cs
- Table.cs
- SimpleLine.cs
- DynamicValidatorEventArgs.cs
- CommonGetThemePartSize.cs
- XmlSchemaExternal.cs
- FloaterParagraph.cs
- FileRecordSequenceCompletedAsyncResult.cs
- IssuedTokenClientCredential.cs
- AsymmetricKeyExchangeDeformatter.cs
- FamilyCollection.cs
- SystemSounds.cs
- WindowsRegion.cs
- ValueQuery.cs
- ButtonBase.cs
- CollectionBase.cs
- DataGridViewAdvancedBorderStyle.cs
- IntMinMaxAggregationOperator.cs
- WorkflowWebService.cs
- Style.cs
- HttpEncoder.cs
- DetailsViewInsertedEventArgs.cs
- BooleanKeyFrameCollection.cs
- UInt64Storage.cs
- ArrayTypeMismatchException.cs
- DiscoveryClientElement.cs
- BaseResourcesBuildProvider.cs