Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Configuration / System / Configuration / ProviderException.cs / 1305376 / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ElementUtil.cs
- Activity.cs
- Relationship.cs
- SpStreamWrapper.cs
- BadImageFormatException.cs
- AspProxy.cs
- Image.cs
- X509SecurityTokenAuthenticator.cs
- ExpandedWrapper.cs
- HtmlImage.cs
- CodeMemberField.cs
- Themes.cs
- CharKeyFrameCollection.cs
- TabControlEvent.cs
- PersonalizationDictionary.cs
- ContainerSelectorGlyph.cs
- RadioButtonRenderer.cs
- ClientScriptManager.cs
- VideoDrawing.cs
- RichTextBoxAutomationPeer.cs
- ValidatorCompatibilityHelper.cs
- TemplateEditingFrame.cs
- TextAutomationPeer.cs
- XmlSignificantWhitespace.cs
- RequestCachePolicy.cs
- ToolBarTray.cs
- XmlSchemaIdentityConstraint.cs
- SqlRowUpdatedEvent.cs
- WebServiceErrorEvent.cs
- XslNumber.cs
- CompositionTarget.cs
- FunctionDetailsReader.cs
- TdsParserHelperClasses.cs
- Component.cs
- XhtmlConformanceSection.cs
- InkCanvasAutomationPeer.cs
- SessionParameter.cs
- Opcode.cs
- _UriTypeConverter.cs
- RadioButtonAutomationPeer.cs
- SchemaContext.cs
- TextEditorThreadLocalStore.cs
- Compensate.cs
- ToolboxComponentsCreatingEventArgs.cs
- HostingEnvironmentException.cs
- ConfigurationManagerHelper.cs
- HighlightVisual.cs
- PermissionAttributes.cs
- DocumentGridContextMenu.cs
- AppSettingsSection.cs
- BridgeDataRecord.cs
- RegexRunner.cs
- AppDomainShutdownMonitor.cs
- ObjectReaderCompiler.cs
- ProcessHostConfigUtils.cs
- Comparer.cs
- CalculatedColumn.cs
- GrabHandleGlyph.cs
- DataControlFieldCell.cs
- SafeSecurityHelper.cs
- BaseComponentEditor.cs
- IntSecurity.cs
- DecoderNLS.cs
- Vector3DAnimationUsingKeyFrames.cs
- WebPartVerbsEventArgs.cs
- RenderDataDrawingContext.cs
- WeakEventManager.cs
- RequestDescription.cs
- WsiProfilesElementCollection.cs
- Int64AnimationUsingKeyFrames.cs
- ControlPropertyNameConverter.cs
- TextBoxAutomationPeer.cs
- GeneralTransform2DTo3DTo2D.cs
- ShapeTypeface.cs
- EarlyBoundInfo.cs
- RoutedEventArgs.cs
- ListParaClient.cs
- sqlinternaltransaction.cs
- IndexedString.cs
- AdjustableArrowCap.cs
- Mutex.cs
- _BasicClient.cs
- RemoteHelper.cs
- RemotingConfigParser.cs
- EncodingNLS.cs
- UpdateTranslator.cs
- Stopwatch.cs
- ColorMatrix.cs
- BuildResultCache.cs
- ButtonFlatAdapter.cs
- PageCatalogPart.cs
- ModelUtilities.cs
- QuotedPrintableStream.cs
- OpenTypeMethods.cs
- RegexWriter.cs
- ValidatingPropertiesEventArgs.cs
- BidirectionalDictionary.cs
- ClientBuildManager.cs
- ParameterModifier.cs
- UniqueIdentifierService.cs