Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / AddIn / AddIn / System / Addin / Hosting / AddInSegmentDirectoryNotFoundException.cs / 1305376 / AddInSegmentDirectoryNotFoundException.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== using System; using System.Globalization; using System.Runtime.Serialization; namespace System.AddIn.Hosting { [Serializable] public class AddInSegmentDirectoryNotFoundException : Exception { public AddInSegmentDirectoryNotFoundException(String message) : base(message) { } public AddInSegmentDirectoryNotFoundException(String message, Exception innerException) : base(message, innerException) { } protected AddInSegmentDirectoryNotFoundException(SerializationInfo info, StreamingContext context) : base(info, context) { } public AddInSegmentDirectoryNotFoundException() { } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== using System; using System.Globalization; using System.Runtime.Serialization; namespace System.AddIn.Hosting { [Serializable] public class AddInSegmentDirectoryNotFoundException : Exception { public AddInSegmentDirectoryNotFoundException(String message) : base(message) { } public AddInSegmentDirectoryNotFoundException(String message, Exception innerException) : base(message, innerException) { } protected AddInSegmentDirectoryNotFoundException(SerializationInfo info, StreamingContext context) : base(info, context) { } public AddInSegmentDirectoryNotFoundException() { } } } // 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
- NullPackagingPolicy.cs
- ResetableIterator.cs
- TrackingDataItemValue.cs
- ColumnMapTranslator.cs
- CodeExpressionStatement.cs
- ActivityMarkupSerializationProvider.cs
- RowUpdatedEventArgs.cs
- PackageDocument.cs
- OleDbDataReader.cs
- DataGridViewButtonCell.cs
- ByteConverter.cs
- WindowsScroll.cs
- ConfigXmlText.cs
- cache.cs
- ObjectIDGenerator.cs
- TextSearch.cs
- XmlQuerySequence.cs
- _FtpDataStream.cs
- FtpCachePolicyElement.cs
- XmlExceptionHelper.cs
- ContextMarshalException.cs
- DetailsViewInsertedEventArgs.cs
- MouseActionConverter.cs
- HttpApplication.cs
- ZipPackagePart.cs
- GraphicsState.cs
- RayHitTestParameters.cs
- RegistrationServices.cs
- OleDbCommandBuilder.cs
- ConsumerConnectionPoint.cs
- AncestorChangedEventArgs.cs
- EndOfStreamException.cs
- ExecutorLocksHeldException.cs
- TemplateBindingExtension.cs
- KeySpline.cs
- RenderDataDrawingContext.cs
- OwnerDrawPropertyBag.cs
- ActivatedMessageQueue.cs
- TextDecoration.cs
- TrackingParameters.cs
- GridErrorDlg.cs
- HttpCapabilitiesBase.cs
- StrokeSerializer.cs
- DataPagerFieldCommandEventArgs.cs
- OdbcReferenceCollection.cs
- MessageSecurityVersionConverter.cs
- SocketAddress.cs
- DataServiceCollectionOfT.cs
- DragEvent.cs
- EntityDesignerBuildProvider.cs
- SafeFindHandle.cs
- StringUtil.cs
- DataSourceView.cs
- GroupItemAutomationPeer.cs
- SspiNegotiationTokenAuthenticatorState.cs
- WebPartConnectionsConnectVerb.cs
- Action.cs
- SizeIndependentAnimationStorage.cs
- SpeakInfo.cs
- StateBag.cs
- Walker.cs
- __TransparentProxy.cs
- LabelAutomationPeer.cs
- SymbolResolver.cs
- GotoExpression.cs
- DrawingContext.cs
- EntityTypeBase.cs
- MultiBindingExpression.cs
- MSAAWinEventWrap.cs
- EntityContainerEmitter.cs
- RoutedEvent.cs
- HtmlLiteralTextAdapter.cs
- TdsParserSessionPool.cs
- CachedBitmap.cs
- ObjectToken.cs
- AlternateViewCollection.cs
- XmlUtilWriter.cs
- CapabilitiesState.cs
- GroupByExpressionRewriter.cs
- FolderLevelBuildProviderAppliesToAttribute.cs
- WebPartVerbsEventArgs.cs
- SimpleTextLine.cs
- oledbmetadatacolumnnames.cs
- TextServicesDisplayAttribute.cs
- RootBrowserWindowProxy.cs
- ToolboxCategory.cs
- TaskScheduler.cs
- DataBinder.cs
- DynamicRendererThreadManager.cs
- AstTree.cs
- FontSource.cs
- ReflectPropertyDescriptor.cs
- EdmRelationshipNavigationPropertyAttribute.cs
- XmlSchemaElement.cs
- HttpUnhandledOperationInvoker.cs
- TileBrush.cs
- OleDbParameter.cs
- SqlNotificationEventArgs.cs
- EncoderFallback.cs
- QilXmlReader.cs