Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / Sys / System / Configuration / SettingsPropertyWrongTypeException.cs / 1 / SettingsPropertyWrongTypeException.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Configuration { using System.Collections.Specialized; using System.Runtime.Serialization; using System.Configuration.Provider; using System.Collections; //////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////// [Serializable] public class SettingsPropertyWrongTypeException : Exception { public SettingsPropertyWrongTypeException(String message) : base(message) { } public SettingsPropertyWrongTypeException(String message, Exception innerException) : base(message, innerException) { } protected SettingsPropertyWrongTypeException(SerializationInfo info, StreamingContext context) : base(info, context) { } public SettingsPropertyWrongTypeException() { } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SendActivityDesigner.cs
- DocComment.cs
- DocumentScope.cs
- SecureStringHasher.cs
- TrustLevel.cs
- SystemWebCachingSectionGroup.cs
- _HeaderInfoTable.cs
- JapaneseCalendar.cs
- EntitySqlQueryCacheKey.cs
- XamlGridLengthSerializer.cs
- DragCompletedEventArgs.cs
- FactoryId.cs
- Line.cs
- RectAnimationUsingKeyFrames.cs
- QueryStringParameter.cs
- PropertyChangeTracker.cs
- ExpandoClass.cs
- XmlSiteMapProvider.cs
- AnnotationComponentChooser.cs
- PtsPage.cs
- SystemBrushes.cs
- MiniConstructorInfo.cs
- EventBuilder.cs
- CompleteWizardStep.cs
- XmlSchemaAnnotation.cs
- UnicodeEncoding.cs
- DataPointer.cs
- RegexWorker.cs
- TdsParser.cs
- TransactionContextValidator.cs
- NameValueConfigurationCollection.cs
- LocalizationParserHooks.cs
- DocumentPageTextView.cs
- ManagedIStream.cs
- SplashScreenNativeMethods.cs
- ExtensionSimplifierMarkupObject.cs
- DefaultMemberAttribute.cs
- _ListenerAsyncResult.cs
- Focus.cs
- LambdaCompiler.Logical.cs
- DetailsViewInsertEventArgs.cs
- DodSequenceMerge.cs
- SplitterPanelDesigner.cs
- ConfigurationSectionCollection.cs
- SystemEvents.cs
- SelectionHighlightInfo.cs
- _RequestCacheProtocol.cs
- DataGridViewCellStyleChangedEventArgs.cs
- VideoDrawing.cs
- SafeNativeMethodsOther.cs
- RegexStringValidator.cs
- RecognitionResult.cs
- PerfCounters.cs
- querybuilder.cs
- HostedElements.cs
- XmlQueryCardinality.cs
- SliderAutomationPeer.cs
- ApplicationContext.cs
- GridItemPatternIdentifiers.cs
- GridViewColumnHeaderAutomationPeer.cs
- HMACRIPEMD160.cs
- XmlNamedNodeMap.cs
- RealizationDrawingContextWalker.cs
- InfoCardRSACryptoProvider.cs
- CatalogZoneAutoFormat.cs
- MsmqException.cs
- Ipv6Element.cs
- SchemaRegistration.cs
- ToolStripLabel.cs
- ThreadInterruptedException.cs
- CngAlgorithm.cs
- webclient.cs
- OpacityConverter.cs
- XhtmlBasicValidatorAdapter.cs
- ButtonFlatAdapter.cs
- WebBrowserProgressChangedEventHandler.cs
- Ops.cs
- VoiceInfo.cs
- oledbmetadatacollectionnames.cs
- ConfigXmlAttribute.cs
- QilReference.cs
- MenuRendererStandards.cs
- BuildProviderCollection.cs
- AggregatePushdown.cs
- ZipIORawDataFileBlock.cs
- ControlPropertyNameConverter.cs
- XmlSchemaAppInfo.cs
- File.cs
- FontCollection.cs
- TryLoadRunnableWorkflowCommand.cs
- ToolStripStatusLabel.cs
- HashSetEqualityComparer.cs
- KeyboardDevice.cs
- CodeThrowExceptionStatement.cs
- CompletedAsyncResult.cs
- CodeDomConfigurationHandler.cs
- CompModHelpers.cs
- SerializationException.cs
- GenericWebPart.cs
- ServiceHttpModule.cs