Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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() { } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// 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() { } } } // 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
- ColorInterpolationModeValidation.cs
- XmlSchemaCompilationSettings.cs
- RepeatButtonAutomationPeer.cs
- DesignerToolStripControlHost.cs
- WindowsUserNameSecurityTokenAuthenticator.cs
- DecimalFormatter.cs
- _OverlappedAsyncResult.cs
- StringUtil.cs
- CellPartitioner.cs
- RSAPKCS1SignatureFormatter.cs
- TemplateNameScope.cs
- LogReservationCollection.cs
- EventMetadata.cs
- DataGridState.cs
- SynchronizedPool.cs
- TextContainerChangeEventArgs.cs
- WebPartPersonalization.cs
- DeferredRunTextReference.cs
- PolicyStatement.cs
- DataContractSerializerFaultFormatter.cs
- LogManagementAsyncResult.cs
- XmlDocument.cs
- WebPartMenuStyle.cs
- TextSimpleMarkerProperties.cs
- ListControlConvertEventArgs.cs
- XmlSerializerFaultFormatter.cs
- MatchingStyle.cs
- FormView.cs
- HttpListenerException.cs
- ProtocolViolationException.cs
- XmlChoiceIdentifierAttribute.cs
- FilteredReadOnlyMetadataCollection.cs
- AccessDataSourceView.cs
- EnlistmentState.cs
- SymbolEqualComparer.cs
- LabelEditEvent.cs
- TextEffectResolver.cs
- QuaternionAnimationBase.cs
- FilteredReadOnlyMetadataCollection.cs
- PngBitmapEncoder.cs
- AnnotationHelper.cs
- MouseActionValueSerializer.cs
- securitycriticaldataClass.cs
- StringToken.cs
- Odbc32.cs
- ReadOnlyCollection.cs
- ButtonColumn.cs
- StringUtil.cs
- WindowsEditBoxRange.cs
- SqlComparer.cs
- oledbmetadatacolumnnames.cs
- Item.cs
- FactoryId.cs
- Size.cs
- HuffmanTree.cs
- HandleCollector.cs
- AliasedSlot.cs
- ComponentRenameEvent.cs
- PersistChildrenAttribute.cs
- CodeIdentifiers.cs
- FontDialog.cs
- XmlTextAttribute.cs
- TypeBrowser.xaml.cs
- ClipboardProcessor.cs
- RequestNavigateEventArgs.cs
- SingleAnimation.cs
- TextCollapsingProperties.cs
- SqlCommand.cs
- WebPartZone.cs
- SelectedDatesCollection.cs
- TextDecorationCollection.cs
- DoubleIndependentAnimationStorage.cs
- PropertyStore.cs
- EditorAttributeInfo.cs
- TextHidden.cs
- FontNameConverter.cs
- IDReferencePropertyAttribute.cs
- ToolboxCategoryItems.cs
- UrlPath.cs
- SqlConnectionFactory.cs
- SmiEventSink_DeferedProcessing.cs
- KeySpline.cs
- OverlappedAsyncResult.cs
- CheckableControlBaseAdapter.cs
- WebPartDeleteVerb.cs
- Typeface.cs
- Invariant.cs
- DSASignatureDeformatter.cs
- BoundField.cs
- ComboBoxAutomationPeer.cs
- ListViewCancelEventArgs.cs
- HtmlInputReset.cs
- XmlTextReader.cs
- InputScopeNameConverter.cs
- SourceLocationProvider.cs
- SplayTreeNode.cs
- HttpProfileGroupBase.cs
- MsmqInputChannelListenerBase.cs
- HealthMonitoringSectionHelper.cs
- DataGridAutoFormat.cs