Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Framework / System / Windows / Data / ValueUnavailableException.cs / 1305600 / ValueUnavailableException.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // Description: Defines the ValueUnavailableException, thrown when a value requested // by a validation rule is not available. // //--------------------------------------------------------------------------- using System; namespace System.Windows.Data { ///Exception class thrown when a value requested by a validation rule is not available [Serializable] public class ValueUnavailableException : SystemException { #region Constructors ////// Constructor /// public ValueUnavailableException() : base () { } ////// Constructor /// /// /// Exception message /// public ValueUnavailableException(string message) : base (message) { } ////// Constructor /// ///Exception message ///exception occured public ValueUnavailableException(string message, Exception innerException) : base(message, innerException) { } ////// Constructor /// ///Exception message ///exception occured protected ValueUnavailableException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) : base(info, context) { } #endregion Constructors } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- RandomNumberGenerator.cs
- ExtenderProvidedPropertyAttribute.cs
- Point3DAnimationUsingKeyFrames.cs
- CommandValueSerializer.cs
- RootProfilePropertySettingsCollection.cs
- IResourceProvider.cs
- QuinticEase.cs
- NativeMethods.cs
- InternalsVisibleToAttribute.cs
- GetPageCompletedEventArgs.cs
- DebuggerAttributes.cs
- DataGridPagerStyle.cs
- FormView.cs
- FixedPageAutomationPeer.cs
- FormsAuthenticationUserCollection.cs
- CoreSwitches.cs
- CompareValidator.cs
- CombinedGeometry.cs
- EncodingNLS.cs
- RewritingProcessor.cs
- DataGridLengthConverter.cs
- RelatedPropertyManager.cs
- HttpRawResponse.cs
- Privilege.cs
- TransactionContextManager.cs
- MimeXmlImporter.cs
- AuthorizationRuleCollection.cs
- SessionSymmetricTransportSecurityProtocolFactory.cs
- TranslateTransform.cs
- SqlDataSourceSummaryPanel.cs
- TransformPattern.cs
- CollectionDataContractAttribute.cs
- UnionExpr.cs
- Message.cs
- ProviderManager.cs
- BaseCodePageEncoding.cs
- BooleanFacetDescriptionElement.cs
- StringValidator.cs
- InputScopeNameConverter.cs
- XamlHostingSection.cs
- CheckBoxList.cs
- Equal.cs
- SourceElementsCollection.cs
- ToolBar.cs
- FlowLayout.cs
- SqlConnectionHelper.cs
- BaseDataListActionList.cs
- FileDialog_Vista_Interop.cs
- SoapCodeExporter.cs
- TextSchema.cs
- HuffmanTree.cs
- ImageInfo.cs
- LabelDesigner.cs
- Exception.cs
- WebProxyScriptElement.cs
- OneOf.cs
- SystemIPGlobalProperties.cs
- _BaseOverlappedAsyncResult.cs
- ControlUtil.cs
- Substitution.cs
- DesignerSerializationVisibilityAttribute.cs
- AssemblyInfo.cs
- LinqDataSourceStatusEventArgs.cs
- ZipFileInfo.cs
- Certificate.cs
- ListView.cs
- AnimationClockResource.cs
- MetadataItem.cs
- XmlWriterTraceListener.cs
- WinInetCache.cs
- BooleanAnimationBase.cs
- HTMLTextWriter.cs
- StatusBar.cs
- PathFigureCollectionValueSerializer.cs
- SqlParameterizer.cs
- QilInvokeLateBound.cs
- XmlSchemaDatatype.cs
- CallbackHandler.cs
- VirtualDirectoryMapping.cs
- ConfigurationElement.cs
- PageAdapter.cs
- ScriptingProfileServiceSection.cs
- ReferencedAssemblyResolver.cs
- Behavior.cs
- DataReceivedEventArgs.cs
- WinInetCache.cs
- EventNotify.cs
- WebServiceResponseDesigner.cs
- SymbolPair.cs
- SymmetricSecurityProtocolFactory.cs
- CapabilitiesRule.cs
- RootBrowserWindow.cs
- ToolStripArrowRenderEventArgs.cs
- VisualStyleElement.cs
- CompositeScriptReference.cs
- Form.cs
- XmlAnyElementAttribute.cs
- DictionaryEntry.cs
- SoundPlayer.cs
- WorkflowInstance.cs