Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / NetFx35 / System.WorkflowServices / System / ServiceModel / Persistence / PersistenceException.cs / 1305376 / PersistenceException.cs
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------- namespace System.ServiceModel.Persistence { using System; using System.Runtime.Serialization; [Serializable] public class PersistenceException : CommunicationException { public PersistenceException() : base() { } public PersistenceException(string message) : base(message) { } public PersistenceException(string message, Exception innerException) : base(message, innerException) { } protected PersistenceException(SerializationInfo info, StreamingContext context) : base(info, context) { } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- OutputScopeManager.cs
- StateChangeEvent.cs
- StyleModeStack.cs
- CompilerTypeWithParams.cs
- WebServiceAttribute.cs
- Application.cs
- GroupByExpressionRewriter.cs
- ConfigXmlDocument.cs
- EntityParameterCollection.cs
- XmlHelper.cs
- CodeDefaultValueExpression.cs
- Span.cs
- PlatformNotSupportedException.cs
- SoapSchemaMember.cs
- CommonDialog.cs
- ProxyElement.cs
- FontCollection.cs
- Win32Native.cs
- OneOfScalarConst.cs
- COSERVERINFO.cs
- GenericWebPart.cs
- DataGridViewColumnTypePicker.cs
- DataGridItemEventArgs.cs
- DESCryptoServiceProvider.cs
- PageOutputColor.cs
- CodeGen.cs
- TextBox.cs
- figurelengthconverter.cs
- RegistrySecurity.cs
- ProviderCommandInfoUtils.cs
- PrivacyNoticeBindingElementImporter.cs
- ImageSourceValueSerializer.cs
- DirectoryRedirect.cs
- CodeCompiler.cs
- XamlStream.cs
- HotSpot.cs
- DependencyPropertyKey.cs
- EntitySqlQueryBuilder.cs
- graph.cs
- DbConnectionClosed.cs
- XsltArgumentList.cs
- UserControlCodeDomTreeGenerator.cs
- JoinCqlBlock.cs
- LookupNode.cs
- WebPartEditorApplyVerb.cs
- TabItemAutomationPeer.cs
- documentsequencetextview.cs
- StrokeRenderer.cs
- PathFigureCollection.cs
- ItemCheckedEvent.cs
- SystemNetworkInterface.cs
- BasePattern.cs
- ArgumentDirectionHelper.cs
- HtmlInputFile.cs
- ConfigXmlWhitespace.cs
- TypeBuilder.cs
- PreviewPageInfo.cs
- ScriptReference.cs
- Package.cs
- MetadataExchangeBindings.cs
- PackagePart.cs
- InternalMappingException.cs
- HTMLTextWriter.cs
- HideDisabledControlAdapter.cs
- ValueTable.cs
- ConfigurationLocation.cs
- DetailsViewPageEventArgs.cs
- Transform3D.cs
- Vector3DAnimationBase.cs
- ConfigurationManagerHelper.cs
- SafeCryptoHandles.cs
- GenericAuthenticationEventArgs.cs
- OutgoingWebResponseContext.cs
- AccessText.cs
- SettingsAttributeDictionary.cs
- XmlSerializerAssemblyAttribute.cs
- BrowserCapabilitiesFactoryBase.cs
- RenderingBiasValidation.cs
- EdmPropertyAttribute.cs
- ToolStripDropTargetManager.cs
- SkewTransform.cs
- DesignerLabelAdapter.cs
- Positioning.cs
- Form.cs
- CacheChildrenQuery.cs
- hresults.cs
- DisplayInformation.cs
- SimpleHandlerBuildProvider.cs
- Domain.cs
- TransformerInfo.cs
- TimeIntervalCollection.cs
- Icon.cs
- TrackPointCollection.cs
- XmlIncludeAttribute.cs
- ProxyWebPartManager.cs
- EpmTargetPathSegment.cs
- CommandField.cs
- ParameterReplacerVisitor.cs
- SystemWebCachingSectionGroup.cs
- DBConnection.cs