Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- ContextMarshalException.cs
- Registry.cs
- StaticSiteMapProvider.cs
- XmlSerializerVersionAttribute.cs
- WindowsGraphicsCacheManager.cs
- ParserContext.cs
- FormsAuthenticationModule.cs
- ZipIOCentralDirectoryBlock.cs
- PathSegmentCollection.cs
- ChangeConflicts.cs
- DesignTableCollection.cs
- ConnectionManagementElement.cs
- SqlRowUpdatedEvent.cs
- ExtensionFile.cs
- AnnouncementInnerClientCD1.cs
- Expression.cs
- Comparer.cs
- HandleInitializationContext.cs
- ExpressionCopier.cs
- SamlAuthenticationClaimResource.cs
- VirtualizedItemPattern.cs
- HttpContextServiceHost.cs
- UserNamePasswordClientCredential.cs
- WebRequest.cs
- DataGridViewCellValueEventArgs.cs
- ContextStaticAttribute.cs
- SegmentInfo.cs
- SafeRightsManagementQueryHandle.cs
- IndentedWriter.cs
- XsdValidatingReader.cs
- DragEvent.cs
- recordstate.cs
- JsonByteArrayDataContract.cs
- CodeGenHelper.cs
- DataGridTablesFactory.cs
- ProfileSettings.cs
- TreeNodeCollection.cs
- LinkLabel.cs
- StorageFunctionMapping.cs
- MetadataImporter.cs
- COAUTHIDENTITY.cs
- SerializationBinder.cs
- SqlNodeAnnotation.cs
- ViewValidator.cs
- EntityObject.cs
- ConfigurationLocation.cs
- ParentQuery.cs
- Paragraph.cs
- PrePostDescendentsWalker.cs
- HGlobalSafeHandle.cs
- ObjectDataSourceMethodEditor.cs
- SqlNamer.cs
- Rect3DValueSerializer.cs
- sapiproxy.cs
- CollectionExtensions.cs
- ApplicationId.cs
- TextRunCacheImp.cs
- StylusButtonCollection.cs
- CookieHandler.cs
- NameTable.cs
- InkCanvasFeedbackAdorner.cs
- CharConverter.cs
- TransformGroup.cs
- SrgsGrammar.cs
- PickBranch.cs
- BaseDataListDesigner.cs
- BuildManagerHost.cs
- WinFormsSecurity.cs
- SqlClientWrapperSmiStream.cs
- ByteAnimationBase.cs
- InfoCardSchemas.cs
- BitmapSizeOptions.cs
- _OverlappedAsyncResult.cs
- XsltException.cs
- AppDomainAttributes.cs
- AsmxEndpointPickerExtension.cs
- NativeMethods.cs
- RevocationPoint.cs
- SqlMethodCallConverter.cs
- dbdatarecord.cs
- TextSelectionHighlightLayer.cs
- PropertyEmitterBase.cs
- EntitySqlQueryBuilder.cs
- MergePropertyDescriptor.cs
- HtmlTableRow.cs
- ClientTarget.cs
- Parameter.cs
- DoubleAnimationBase.cs
- DeflateEmulationStream.cs
- PageAdapter.cs
- AutoGeneratedFieldProperties.cs
- RightsDocument.cs
- AuthenticationModuleElement.cs
- IsolatedStorage.cs
- Subtree.cs
- FileLogRecordHeader.cs
- DBCommandBuilder.cs
- remotingproxy.cs
- TraceUtility.cs
- TemplateComponentConnector.cs