Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Sys / System / Configuration / SettingsPropertyNotFoundException.cs / 1305376 / SettingsPropertyNotFoundException.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 SettingsPropertyNotFoundException : Exception { public SettingsPropertyNotFoundException(String message) : base(message) { } public SettingsPropertyNotFoundException(String message, Exception innerException) : base(message, innerException) { } protected SettingsPropertyNotFoundException(SerializationInfo info, StreamingContext context) : base(info, context) { } public SettingsPropertyNotFoundException() { } } } // 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 SettingsPropertyNotFoundException : Exception { public SettingsPropertyNotFoundException(String message) : base(message) { } public SettingsPropertyNotFoundException(String message, Exception innerException) : base(message, innerException) { } protected SettingsPropertyNotFoundException(SerializationInfo info, StreamingContext context) : base(info, context) { } public SettingsPropertyNotFoundException() { } } } // 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
- DataGridViewCellContextMenuStripNeededEventArgs.cs
- TableItemProviderWrapper.cs
- DocumentReference.cs
- DecoderExceptionFallback.cs
- AddInProcess.cs
- WindowsRebar.cs
- FtpWebRequest.cs
- ComponentSerializationService.cs
- IPHostEntry.cs
- CodeVariableReferenceExpression.cs
- SectionXmlInfo.cs
- StubHelpers.cs
- TextOnlyOutput.cs
- CheckBoxFlatAdapter.cs
- TextLineBreak.cs
- ReadOnlyDictionary.cs
- BaseCAMarshaler.cs
- MessageParameterAttribute.cs
- Base64Decoder.cs
- TextLine.cs
- path.cs
- EmbossBitmapEffect.cs
- IResourceProvider.cs
- ToolStripDropDown.cs
- CaseExpr.cs
- SafeNativeMethods.cs
- GreaterThan.cs
- TraceLevelStore.cs
- Trace.cs
- EdmToObjectNamespaceMap.cs
- UIElementParaClient.cs
- OpenTypeLayout.cs
- XamlLoadErrorInfo.cs
- StreamWriter.cs
- ProtocolViolationException.cs
- BaseCollection.cs
- DocobjHost.cs
- DoubleAnimationBase.cs
- XpsSerializationException.cs
- AlgoModule.cs
- DataControlImageButton.cs
- CodeDirectiveCollection.cs
- SchemaCollectionCompiler.cs
- DesignerActionService.cs
- XmlBinaryWriter.cs
- HMACSHA1.cs
- DecoratedNameAttribute.cs
- regiisutil.cs
- RuleInfoComparer.cs
- ClientType.cs
- PropertyChangingEventArgs.cs
- DataServiceEntityAttribute.cs
- LoadRetryAsyncResult.cs
- tibetanshape.cs
- HotSpotCollection.cs
- PrinterUnitConvert.cs
- ObjectKeyFrameCollection.cs
- UnionCodeGroup.cs
- XmlSchemaAll.cs
- LayoutEvent.cs
- HyperLinkField.cs
- AddInIpcChannel.cs
- ServiceEndpointCollection.cs
- WebScriptServiceHost.cs
- SqlBooleanizer.cs
- ReturnType.cs
- ObsoleteAttribute.cs
- RegexCaptureCollection.cs
- MinimizableAttributeTypeConverter.cs
- WebConfigManager.cs
- MetadataPropertyvalue.cs
- _ProxyChain.cs
- FocusManager.cs
- ObjectStateManager.cs
- FileLogRecordEnumerator.cs
- BindingMAnagerBase.cs
- AnnotationComponentChooser.cs
- CertificateManager.cs
- SQLInt64Storage.cs
- HMACSHA1.cs
- NativeActivityMetadata.cs
- Underline.cs
- BitmapSourceSafeMILHandle.cs
- ListDictionary.cs
- DuplicateWaitObjectException.cs
- DataViewManager.cs
- Operators.cs
- ACE.cs
- BlurEffect.cs
- ParserHooks.cs
- ExtendedPropertyCollection.cs
- TextSearch.cs
- FakeModelItemImpl.cs
- URLString.cs
- HwndStylusInputProvider.cs
- Label.cs
- FormViewDeleteEventArgs.cs
- BitArray.cs
- ValueSerializerAttribute.cs
- SoapEnumAttribute.cs