Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / Configuration / System / Configuration / ProviderException.cs / 1 / ProviderException.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Configuration.Provider { using System.Collections.Specialized; using System.Runtime.Serialization; [Serializable] public class ProviderException : Exception { public ProviderException() {} public ProviderException( string message ) : base( message ) {} public ProviderException( string message, Exception innerException ) : base( message, innerException ) {} protected ProviderException( SerializationInfo info, StreamingContext context ) : base( info, context ) {} } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Configuration.Provider { using System.Collections.Specialized; using System.Runtime.Serialization; [Serializable] public class ProviderException : Exception { public ProviderException() {} public ProviderException( string message ) : base( message ) {} public ProviderException( string message, Exception innerException ) : base( message, innerException ) {} protected ProviderException( 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
- MetaColumn.cs
- ZipPackagePart.cs
- CollectionViewSource.cs
- DataQuery.cs
- DataListCommandEventArgs.cs
- WindowsTooltip.cs
- PageContentCollection.cs
- OdbcParameterCollection.cs
- MasterPage.cs
- ScriptResourceInfo.cs
- TypographyProperties.cs
- SqlDataSourceView.cs
- MessageRpc.cs
- SafeSerializationManager.cs
- CommentGlyph.cs
- DelayedRegex.cs
- SystemNetworkInterface.cs
- ObjRef.cs
- ControlCollection.cs
- DiscoveryServerProtocol.cs
- WindowsSlider.cs
- GenericAuthenticationEventArgs.cs
- DbConnectionPoolIdentity.cs
- TextTreeInsertUndoUnit.cs
- KeyedPriorityQueue.cs
- ExceptionHandlers.cs
- Span.cs
- OutputCacheSection.cs
- ListenerAdaptersInstallComponent.cs
- HitTestFilterBehavior.cs
- PolyQuadraticBezierSegment.cs
- TransformProviderWrapper.cs
- MustUnderstandSoapException.cs
- ACL.cs
- ScopelessEnumAttribute.cs
- BitmapEffectInput.cs
- NotifyCollectionChangedEventArgs.cs
- DrawingVisualDrawingContext.cs
- DataColumnMapping.cs
- HtmlFormWrapper.cs
- HtmlTable.cs
- CmsInterop.cs
- DataServiceRequest.cs
- WorkflowServiceBehavior.cs
- BrushConverter.cs
- SourceFileInfo.cs
- PersonalizationAdministration.cs
- WorkflowOperationBehavior.cs
- Thread.cs
- LayoutEditorPart.cs
- FileNameEditor.cs
- Model3D.cs
- HttpRuntime.cs
- WindowsTokenRoleProvider.cs
- ConfigurationElementProperty.cs
- KeyToListMap.cs
- ToolStripItemRenderEventArgs.cs
- ToolStripGripRenderEventArgs.cs
- ReadOnlyDataSource.cs
- UrlPath.cs
- SchemaImporter.cs
- PolicyLevel.cs
- AttributeUsageAttribute.cs
- BaseHashHelper.cs
- CommandSet.cs
- X509CertificateTrustedIssuerElement.cs
- Random.cs
- FormViewPagerRow.cs
- WebMessageFormatHelper.cs
- MetafileHeader.cs
- followingsibling.cs
- SymbolType.cs
- PersonalizationAdministration.cs
- SafeArrayTypeMismatchException.cs
- TypefaceCollection.cs
- DefaultEventAttribute.cs
- WindowsGrip.cs
- Trace.cs
- SkewTransform.cs
- OdbcHandle.cs
- CompositeScriptReference.cs
- ChildrenQuery.cs
- ProgressBar.cs
- newitemfactory.cs
- CodePageEncoding.cs
- Point4D.cs
- Cursors.cs
- PropertyChangedEventArgs.cs
- XmlNavigatorFilter.cs
- CallTemplateAction.cs
- EventRouteFactory.cs
- IndicCharClassifier.cs
- CachedResourceDictionaryExtension.cs
- ContentValidator.cs
- LOSFormatter.cs
- CharConverter.cs
- Brush.cs
- MulticastIPAddressInformationCollection.cs
- PrintDialog.cs
- DataServiceConfiguration.cs