Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / AddIn / AddIn / System / Addin / Hosting / InvalidPipelineStoreException.cs / 1305376 / InvalidPipelineStoreException.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== using System; using System.Globalization; using System.Runtime.Serialization; namespace System.AddIn.Hosting { [Serializable] public class InvalidPipelineStoreException : Exception { public InvalidPipelineStoreException(String message) : base(message) { } public InvalidPipelineStoreException(String message, Exception innerException) : base(message, innerException) { } protected InvalidPipelineStoreException(SerializationInfo info, StreamingContext context) : base(info, context) { } public InvalidPipelineStoreException() : base(Res.InvalidPipelineStoreExceptionMessage) { } } } // 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
- InfoCardRSAOAEPKeyExchangeFormatter.cs
- ServiceNameElementCollection.cs
- DataKeyCollection.cs
- OleDbCommandBuilder.cs
- SiteIdentityPermission.cs
- _LocalDataStoreMgr.cs
- parserscommon.cs
- Tokenizer.cs
- AutomationIdentifier.cs
- RawStylusInputCustomData.cs
- CommandLineParser.cs
- SupportsEventValidationAttribute.cs
- DynamicPhysicalDiscoSearcher.cs
- SafeSystemMetrics.cs
- TraceData.cs
- InfoCardRSACryptoProvider.cs
- ViewManager.cs
- Compress.cs
- SelectingProviderEventArgs.cs
- TransactionFlowBindingElement.cs
- HttpCookieCollection.cs
- IssuedTokenServiceCredential.cs
- InvalidCastException.cs
- _OverlappedAsyncResult.cs
- SecurityTokenTypes.cs
- ConstructorExpr.cs
- Filter.cs
- HostingEnvironmentWrapper.cs
- SqlDataSourceConfigureFilterForm.cs
- DefaultExpressionVisitor.cs
- mediaclock.cs
- JsonQueryStringConverter.cs
- BamlRecordHelper.cs
- WindowsUpDown.cs
- BamlBinaryReader.cs
- Types.cs
- ListSurrogate.cs
- WindowsFormsHost.cs
- PriorityBindingExpression.cs
- ScrollItemPatternIdentifiers.cs
- ComponentGuaranteesAttribute.cs
- RestHandlerFactory.cs
- FileNotFoundException.cs
- HttpListenerException.cs
- SchemaInfo.cs
- StringValidatorAttribute.cs
- MailMessage.cs
- WebConfigurationHost.cs
- filewebresponse.cs
- ForeignKeyConstraint.cs
- DocumentViewerAutomationPeer.cs
- MessageDecoder.cs
- DataGridViewCellEventArgs.cs
- WhitespaceRule.cs
- WindowsTooltip.cs
- PeerService.cs
- ConditionalWeakTable.cs
- TransformPattern.cs
- Options.cs
- XmlNamespaceManager.cs
- AssociationSetMetadata.cs
- SubstitutionResponseElement.cs
- TextSimpleMarkerProperties.cs
- ButtonStandardAdapter.cs
- FontUnit.cs
- NamespaceCollection.cs
- OleDbPermission.cs
- TraceSection.cs
- DataObject.cs
- DbgCompiler.cs
- UrlAuthorizationModule.cs
- ResourceAssociationSet.cs
- RootBuilder.cs
- TransformerInfo.cs
- Int16Storage.cs
- TransformValueSerializer.cs
- Unit.cs
- Int32Rect.cs
- ScaleTransform3D.cs
- SqlTopReducer.cs
- FormView.cs
- DataGridViewLinkColumn.cs
- IndentTextWriter.cs
- RegisteredScript.cs
- ContextMenuStrip.cs
- DesignerObject.cs
- CorrelationManager.cs
- ILGenerator.cs
- RenderDataDrawingContext.cs
- RoutedEvent.cs
- ConnectionProviderAttribute.cs
- SocketSettings.cs
- CompiledQuery.cs
- UnmanagedMemoryAccessor.cs
- FormsAuthenticationConfiguration.cs
- TextDpi.cs
- DocumentOutline.cs
- ViewgenContext.cs
- DefaultAssemblyResolver.cs
- TextParaLineResult.cs