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
- WaveHeader.cs
- HttpAsyncResult.cs
- DataSetMappper.cs
- HttpModuleCollection.cs
- RootProfilePropertySettingsCollection.cs
- DecimalConverter.cs
- XmlEntityReference.cs
- StylusButton.cs
- ToolBarDesigner.cs
- SpecularMaterial.cs
- NamespaceInfo.cs
- UshortList2.cs
- WebPartDisplayModeCancelEventArgs.cs
- XmlLanguage.cs
- OutputScope.cs
- UrlAuthorizationModule.cs
- FileDialogCustomPlace.cs
- RestClientProxyHandler.cs
- SymbolTable.cs
- ExceptQueryOperator.cs
- TabRenderer.cs
- MethodExecutor.cs
- GridViewCancelEditEventArgs.cs
- DataFieldCollectionEditor.cs
- Selector.cs
- CharConverter.cs
- ArgumentOutOfRangeException.cs
- SQLGuid.cs
- AuthenticationSchemesHelper.cs
- Matrix3DValueSerializer.cs
- TimeSpanStorage.cs
- HighlightComponent.cs
- HealthMonitoringSection.cs
- SqlUserDefinedTypeAttribute.cs
- DesignerDataSchemaClass.cs
- ReferenceAssemblyAttribute.cs
- ConnectivityStatus.cs
- DrawingAttributes.cs
- BCLDebug.cs
- DocumentPageTextView.cs
- ProfilePropertySettingsCollection.cs
- CriticalFinalizerObject.cs
- URLString.cs
- ManipulationBoundaryFeedbackEventArgs.cs
- ProfilePropertyMetadata.cs
- ResolvedKeyFrameEntry.cs
- TimeSpanMinutesOrInfiniteConverter.cs
- Identity.cs
- ServiceOperationParameter.cs
- DatePickerDateValidationErrorEventArgs.cs
- TcpClientSocketManager.cs
- ArgIterator.cs
- ListBase.cs
- Identity.cs
- RestHandler.cs
- GridViewAutomationPeer.cs
- _SingleItemRequestCache.cs
- ItemAutomationPeer.cs
- SqlClientMetaDataCollectionNames.cs
- FatalException.cs
- PolicyVersionConverter.cs
- AppLevelCompilationSectionCache.cs
- ServicesUtilities.cs
- BuildProviderUtils.cs
- HtmlElementEventArgs.cs
- ExtendedProperty.cs
- Point3D.cs
- SafeNativeMethods.cs
- StrongNameIdentityPermission.cs
- DataGridRowClipboardEventArgs.cs
- Encoding.cs
- SizeAnimationUsingKeyFrames.cs
- RequestTimeoutManager.cs
- ScrollChrome.cs
- ExceptionHelpers.cs
- ImageFormat.cs
- ExpressionNode.cs
- ScriptControlManager.cs
- PackagePartCollection.cs
- CatalogPartCollection.cs
- HyperLinkStyle.cs
- ChildTable.cs
- SequentialOutput.cs
- TextBox.cs
- DecimalAnimationBase.cs
- UserControlBuildProvider.cs
- FontSizeConverter.cs
- TableLayoutPanelDesigner.cs
- QueryOperatorEnumerator.cs
- HtmlInputReset.cs
- ScalarOps.cs
- CustomAttributeSerializer.cs
- ControlBindingsCollection.cs
- XamlReader.cs
- Size.cs
- InternalSafeNativeMethods.cs
- ListControlDesigner.cs
- CurrencyWrapper.cs
- AppDomainCompilerProxy.cs
- XmlSchemaAny.cs