Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- XPathConvert.cs
- storepermissionattribute.cs
- sqlpipe.cs
- SerializationFieldInfo.cs
- ResXBuildProvider.cs
- TextRangeEditLists.cs
- ImageSourceValueSerializer.cs
- ReachSerializationUtils.cs
- MessageBox.cs
- PreparingEnlistment.cs
- GridViewUpdateEventArgs.cs
- InkSerializer.cs
- SystemColors.cs
- CopyNamespacesAction.cs
- ExtendLockAsyncResult.cs
- AuthenticatingEventArgs.cs
- SqlDuplicator.cs
- SoapExtension.cs
- LinqDataSourceHelper.cs
- TextTabProperties.cs
- EventOpcode.cs
- ThreadExceptionDialog.cs
- ScriptManagerProxy.cs
- DynamicRenderer.cs
- ReferencedCollectionType.cs
- EmptyCollection.cs
- WsiProfilesElementCollection.cs
- PathStreamGeometryContext.cs
- DataServiceRequestOfT.cs
- WebPartConnectionsCloseVerb.cs
- _ListenerRequestStream.cs
- HMAC.cs
- GridProviderWrapper.cs
- OdbcReferenceCollection.cs
- CompilerGeneratedAttribute.cs
- GuidConverter.cs
- FragmentQueryProcessor.cs
- HtmlTextBoxAdapter.cs
- PageContentCollection.cs
- CalendarDateRange.cs
- RightsManagementInformation.cs
- AuthenticationManager.cs
- CriticalExceptions.cs
- FloaterParagraph.cs
- MultiTouchSystemGestureLogic.cs
- Table.cs
- TypeSystem.cs
- TableStyle.cs
- LambdaCompiler.Statements.cs
- TypeDescriptionProviderAttribute.cs
- ProtocolState.cs
- CreateUserWizardStep.cs
- TextLineBreak.cs
- DataGridViewLayoutData.cs
- ZipIOModeEnforcingStream.cs
- Matrix3D.cs
- HwndAppCommandInputProvider.cs
- Facet.cs
- DrawingContextWalker.cs
- ValueChangedEventManager.cs
- CaseInsensitiveComparer.cs
- SchemaCompiler.cs
- RuleSettingsCollection.cs
- LineServicesRun.cs
- SecondaryIndexDefinition.cs
- TransactedBatchingElement.cs
- HttpUnhandledOperationInvoker.cs
- _ConnectOverlappedAsyncResult.cs
- DataGridViewCellStyleBuilderDialog.cs
- ReadOnlyDictionary.cs
- QilFactory.cs
- DataSourceCache.cs
- UIPermission.cs
- DoubleLinkListEnumerator.cs
- TransactionChannelFaultConverter.cs
- LayoutInformation.cs
- ConnectionInterfaceCollection.cs
- UniqueIdentifierService.cs
- StateBag.cs
- ConfigXmlWhitespace.cs
- PolicyStatement.cs
- EncoderReplacementFallback.cs
- EntityDesignPluralizationHandler.cs
- DbXmlEnabledProviderManifest.cs
- NameTable.cs
- SQLBinary.cs
- BlockUIContainer.cs
- UserControlBuildProvider.cs
- ToolStripRendererSwitcher.cs
- HttpBrowserCapabilitiesWrapper.cs
- PerspectiveCamera.cs
- ExpressionContext.cs
- SystemNetworkInterface.cs
- BridgeDataRecord.cs
- RecognizerStateChangedEventArgs.cs
- DataGridViewCellFormattingEventArgs.cs
- GetReadStreamResult.cs
- TextBounds.cs
- MatrixTransform.cs
- UrlAuthFailureHandler.cs