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
- SmtpException.cs
- PixelShader.cs
- HandleCollector.cs
- ArrayElementGridEntry.cs
- _NegoStream.cs
- CommonEndpointBehaviorElement.cs
- CustomErrorsSectionWrapper.cs
- TextParagraphProperties.cs
- TextBoxAutoCompleteSourceConverter.cs
- WindowsUserNameSecurityTokenAuthenticator.cs
- VoiceSynthesis.cs
- SqlNodeAnnotation.cs
- MessageHeaderDescriptionCollection.cs
- AmbiguousMatchException.cs
- PermissionSetTriple.cs
- RawStylusInputReport.cs
- ComEventsInfo.cs
- ImageCreator.cs
- PageThemeParser.cs
- ExtractedStateEntry.cs
- NullableDecimalAverageAggregationOperator.cs
- UpdateTracker.cs
- HashMembershipCondition.cs
- TagMapCollection.cs
- TcpServerChannel.cs
- ReturnType.cs
- AggregateNode.cs
- BamlStream.cs
- HttpCookiesSection.cs
- ToolStripSplitButton.cs
- DataColumnMappingCollection.cs
- InvalidAsynchronousStateException.cs
- BoundField.cs
- HtmlElementErrorEventArgs.cs
- InfoCardSymmetricAlgorithm.cs
- SmtpDigestAuthenticationModule.cs
- ColumnMapVisitor.cs
- OleDbTransaction.cs
- DataGridViewMethods.cs
- CommittableTransaction.cs
- AttributeCollection.cs
- NavigationService.cs
- ArraySubsetEnumerator.cs
- XmlSerializationReader.cs
- ValidatingPropertiesEventArgs.cs
- SapiRecognizer.cs
- Models.cs
- DefaultPropertyAttribute.cs
- ConfigXmlWhitespace.cs
- SqlUnionizer.cs
- Overlapped.cs
- xml.cs
- RepeatButton.cs
- RegexInterpreter.cs
- DirectoryInfo.cs
- XmlMtomWriter.cs
- JpegBitmapDecoder.cs
- InvokeGenerator.cs
- BinaryCommonClasses.cs
- AuthenticationConfig.cs
- StatusBarDrawItemEvent.cs
- ObjectAnimationUsingKeyFrames.cs
- TypefaceMetricsCache.cs
- LostFocusEventManager.cs
- OdbcDataReader.cs
- TextServicesPropertyRanges.cs
- PackageRelationshipCollection.cs
- HttpListenerContext.cs
- ToolTip.cs
- XmlSchemaSimpleTypeUnion.cs
- Oci.cs
- DependsOnAttribute.cs
- HashAlgorithm.cs
- ReachFixedPageSerializer.cs
- FontCollection.cs
- OrderedEnumerableRowCollection.cs
- FileVersionInfo.cs
- ResourceSetExpression.cs
- PKCS1MaskGenerationMethod.cs
- TypeName.cs
- PasswordRecoveryDesigner.cs
- EventMappingSettings.cs
- RTLAwareMessageBox.cs
- BitStream.cs
- WorkItem.cs
- MessageQueueConverter.cs
- CompoundFileIOPermission.cs
- SignatureConfirmations.cs
- HandleCollector.cs
- ProfileInfo.cs
- InvalidDataException.cs
- DataObjectEventArgs.cs
- GeometryDrawing.cs
- ProviderCommandInfoUtils.cs
- ArraySegment.cs
- Ipv6Element.cs
- UIPropertyMetadata.cs
- LockedAssemblyCache.cs
- ZipIOLocalFileHeader.cs
- TypeNameConverter.cs