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
- Int32Rect.cs
- EntityClassGenerator.cs
- FileIOPermission.cs
- Variable.cs
- ProgressChangedEventArgs.cs
- DescendantBaseQuery.cs
- XmlObjectSerializer.cs
- StringPropertyBuilder.cs
- URLMembershipCondition.cs
- HotSpotCollection.cs
- x509utils.cs
- __ConsoleStream.cs
- KeyedHashAlgorithm.cs
- XmlResolver.cs
- UnitySerializationHolder.cs
- WebPartMovingEventArgs.cs
- XPathNodePointer.cs
- DBCSCodePageEncoding.cs
- XmlSchemaAttributeGroupRef.cs
- ParamArrayAttribute.cs
- XmlDictionaryReader.cs
- PeerContact.cs
- NetworkAddressChange.cs
- PersonalizableAttribute.cs
- StylusButtonEventArgs.cs
- OleDbRowUpdatedEvent.cs
- CustomExpressionEventArgs.cs
- XslCompiledTransform.cs
- TextEffectResolver.cs
- PropertyDescriptorGridEntry.cs
- LineBreak.cs
- FreezableCollection.cs
- BindingMemberInfo.cs
- SessionEndingCancelEventArgs.cs
- WebRequestModuleElementCollection.cs
- MenuEventArgs.cs
- SslStream.cs
- SymLanguageVendor.cs
- EmptyEnumerator.cs
- VersionedStream.cs
- UIElement3D.cs
- filewebresponse.cs
- PrivateUnsafeNativeCompoundFileMethods.cs
- XmlSerializationGeneratedCode.cs
- ProtocolsConfigurationEntry.cs
- TypeFieldSchema.cs
- FileIOPermission.cs
- FieldToken.cs
- InvalidComObjectException.cs
- Int32EqualityComparer.cs
- RadioButton.cs
- ImageSourceConverter.cs
- X509ChainPolicy.cs
- ChildrenQuery.cs
- QilNode.cs
- SettingsPropertyNotFoundException.cs
- FixedSOMFixedBlock.cs
- BindingExpressionBase.cs
- BasicKeyConstraint.cs
- DataListItemEventArgs.cs
- IgnoreFileBuildProvider.cs
- TableLayoutColumnStyleCollection.cs
- AddIn.cs
- HttpDictionary.cs
- TextElement.cs
- RsaSecurityKey.cs
- QualifiedCellIdBoolean.cs
- FlowDocumentReader.cs
- IsolatedStorageException.cs
- EntityContainerAssociationSetEnd.cs
- EDesignUtil.cs
- DataContractSerializerOperationFormatter.cs
- XmlSchemaExternal.cs
- CompilerGlobalScopeAttribute.cs
- FolderLevelBuildProviderAppliesToAttribute.cs
- _SslSessionsCache.cs
- SchemaMerger.cs
- TextComposition.cs
- RSAPKCS1KeyExchangeFormatter.cs
- StrongNamePublicKeyBlob.cs
- TextSelectionHighlightLayer.cs
- MappingMetadataHelper.cs
- InternalConfigRoot.cs
- OLEDB_Util.cs
- InputLangChangeRequestEvent.cs
- ChannelOptions.cs
- IsolatedStorageFile.cs
- _NegoState.cs
- AssociationType.cs
- SystemColorTracker.cs
- QueryContinueDragEventArgs.cs
- AdornerLayer.cs
- ColorBlend.cs
- ListSourceHelper.cs
- SelectQueryOperator.cs
- DataGridColumnHeaderAutomationPeer.cs
- WeakReadOnlyCollection.cs
- SqlWebEventProvider.cs
- FirstMatchCodeGroup.cs
- CodeCommentStatement.cs