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
- DBConcurrencyException.cs
- TransformedBitmap.cs
- ClaimSet.cs
- DesignColumn.cs
- UrlAuthFailedErrorFormatter.cs
- XmlElementAttributes.cs
- XmlCustomFormatter.cs
- AstTree.cs
- SizeAnimation.cs
- SqlCacheDependencySection.cs
- ColorAnimation.cs
- InsufficientExecutionStackException.cs
- LeftCellWrapper.cs
- XPathConvert.cs
- BaseTemplateCodeDomTreeGenerator.cs
- _AutoWebProxyScriptWrapper.cs
- MarkupWriter.cs
- Control.cs
- SystemWebCachingSectionGroup.cs
- ZipIOLocalFileHeader.cs
- QueryStack.cs
- SecurityElementBase.cs
- XPathMessageContext.cs
- SetUserLanguageRequest.cs
- _ShellExpression.cs
- ExtensionWindowHeader.cs
- _ScatterGatherBuffers.cs
- SQLRoleProvider.cs
- HwndMouseInputProvider.cs
- assemblycache.cs
- LinqDataSource.cs
- XamlStackWriter.cs
- WindowsTokenRoleProvider.cs
- SamlAction.cs
- BamlLocalizerErrorNotifyEventArgs.cs
- OptimizerPatterns.cs
- WebPartAuthorizationEventArgs.cs
- BypassElement.cs
- WeakHashtable.cs
- SymbolDocumentInfo.cs
- DBParameter.cs
- EventLogPropertySelector.cs
- StdRegProviderWrapper.cs
- BitmapCodecInfo.cs
- ConnectionPoint.cs
- SocketException.cs
- CustomCategoryAttribute.cs
- SHA384Managed.cs
- Win32.cs
- DataSourceCacheDurationConverter.cs
- DeclaredTypeElementCollection.cs
- OracleFactory.cs
- ReliableChannelBinder.cs
- WebPartConnectionsCancelVerb.cs
- PerformanceCountersElement.cs
- SymbolMethod.cs
- MetadataItemCollectionFactory.cs
- GridViewCommandEventArgs.cs
- WebServicesInteroperability.cs
- InvokeMethodActivityDesigner.cs
- DataServiceConfiguration.cs
- InkCanvasInnerCanvas.cs
- UpdateDelegates.Generated.cs
- UTF32Encoding.cs
- InputElement.cs
- CssClassPropertyAttribute.cs
- ToolStripCollectionEditor.cs
- WorkflowStateRollbackService.cs
- DifferencingCollection.cs
- FilteredSchemaElementLookUpTable.cs
- BaseCollection.cs
- ResourcePermissionBase.cs
- MetadataAssemblyHelper.cs
- PageFunction.cs
- SectionXmlInfo.cs
- Transform.cs
- PingOptions.cs
- WebBrowser.cs
- XPathSelectionIterator.cs
- ConfigurationSectionCollection.cs
- DataGridToolTip.cs
- RegexWorker.cs
- TemplateBindingExtensionConverter.cs
- InputScope.cs
- TypeUtils.cs
- WindowsListViewSubItem.cs
- ListenerBinder.cs
- HTMLTextWriter.cs
- UnsafeNativeMethods.cs
- MembershipUser.cs
- CryptoHandle.cs
- DateTimeConverter2.cs
- DataGridViewCellParsingEventArgs.cs
- LabelAutomationPeer.cs
- DataGrid.cs
- NamespaceDisplay.xaml.cs
- DetailsViewModeEventArgs.cs
- RectAnimation.cs
- LinkClickEvent.cs
- PolicyFactory.cs