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
- LayoutEvent.cs
- followingquery.cs
- RegexCapture.cs
- ClientSettingsProvider.cs
- PerSessionInstanceContextProvider.cs
- ToolStripItemRenderEventArgs.cs
- OdbcDataAdapter.cs
- Module.cs
- FileEnumerator.cs
- WebSysDefaultValueAttribute.cs
- DefaultMemberAttribute.cs
- InputLanguageCollection.cs
- OpCellTreeNode.cs
- DependencyPropertyChangedEventArgs.cs
- Control.cs
- FormsAuthenticationTicket.cs
- IWorkflowDebuggerService.cs
- FixedSOMSemanticBox.cs
- ItemCollection.cs
- COM2PictureConverter.cs
- Select.cs
- ItemCheckedEvent.cs
- GridViewRow.cs
- WebConfigurationHostFileChange.cs
- SQLCharsStorage.cs
- UserThread.cs
- SerTrace.cs
- RSACryptoServiceProvider.cs
- IPGlobalProperties.cs
- OleDbPropertySetGuid.cs
- ComponentDispatcher.cs
- PolyQuadraticBezierSegment.cs
- SecurityDocument.cs
- DesignerAdapterAttribute.cs
- Rules.cs
- ObjectDataSourceView.cs
- InputReferenceExpression.cs
- WaitHandleCannotBeOpenedException.cs
- TransformerInfoCollection.cs
- PropertyManager.cs
- CompleteWizardStep.cs
- PanelDesigner.cs
- SqlClientWrapperSmiStream.cs
- Label.cs
- DataGridViewRowHeightInfoPushedEventArgs.cs
- HwndTarget.cs
- ICspAsymmetricAlgorithm.cs
- InsufficientMemoryException.cs
- WmiInstallComponent.cs
- Rules.cs
- SQLMoney.cs
- DataBindingHandlerAttribute.cs
- FigureParaClient.cs
- PropertyCondition.cs
- EmptyElement.cs
- IncomingWebRequestContext.cs
- Frame.cs
- RootBrowserWindow.cs
- SessionEndingEventArgs.cs
- BitmapEffectGeneralTransform.cs
- ObjectRef.cs
- OperationParameterInfo.cs
- RadioButton.cs
- ReadOnlyPropertyMetadata.cs
- XmlText.cs
- OdbcUtils.cs
- BackgroundWorker.cs
- TextBox.cs
- DataException.cs
- AvTrace.cs
- ContainerControl.cs
- AppSecurityManager.cs
- Stroke.cs
- DataSetUtil.cs
- ExecutorLocksHeldException.cs
- HttpCacheVary.cs
- DataKey.cs
- SmtpMail.cs
- WindowsListViewItemCheckBox.cs
- X509ChainElement.cs
- BufferedStream.cs
- PropertyContainer.cs
- X509CertificateInitiatorClientCredential.cs
- DesignBindingPicker.cs
- StaticFileHandler.cs
- NGCSerializationManager.cs
- CharUnicodeInfo.cs
- TypeConverterMarkupExtension.cs
- parserscommon.cs
- WindowsRichEdit.cs
- HttpContext.cs
- ServiceModelConfiguration.cs
- ActionFrame.cs
- ObjectCloneHelper.cs
- IntegrationExceptionEventArgs.cs
- StickyNoteHelper.cs
- BitmapPalettes.cs
- NetworkInterface.cs
- CompositeScriptReferenceEventArgs.cs
- MatrixConverter.cs