Code:
/ 4.0 / 4.0 / 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. //---------------------------------------------------------------------------- // //// 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
- LocationReferenceEnvironment.cs
- GroupByExpressionRewriter.cs
- TabControlAutomationPeer.cs
- HandleCollector.cs
- FragmentQuery.cs
- SortKey.cs
- StrokeNodeData.cs
- ISAPIRuntime.cs
- GuidConverter.cs
- CodeMethodReturnStatement.cs
- MergePropertyDescriptor.cs
- XmlQualifiedName.cs
- RepeaterItemEventArgs.cs
- coordinatorfactory.cs
- MultiView.cs
- AudioException.cs
- Html32TextWriter.cs
- TextContainerChangedEventArgs.cs
- ResXResourceWriter.cs
- DropShadowEffect.cs
- CachedTypeface.cs
- InkCanvasAutomationPeer.cs
- SrgsRule.cs
- MsmqAppDomainProtocolHandler.cs
- CryptoApi.cs
- ValidatorCollection.cs
- LoginView.cs
- MdiWindowListItemConverter.cs
- BidOverLoads.cs
- PolicyLevel.cs
- KeyGesture.cs
- CustomValidator.cs
- SiteMapDataSource.cs
- CellTreeNode.cs
- GroupDescription.cs
- TraceRecord.cs
- ListComponentEditorPage.cs
- DataBindingValueUIHandler.cs
- SessionPageStatePersister.cs
- WmlTextBoxAdapter.cs
- TransformProviderWrapper.cs
- XmlAtomicValue.cs
- DayRenderEvent.cs
- FontFamily.cs
- SqlNotificationRequest.cs
- KeyNotFoundException.cs
- HttpModuleCollection.cs
- ErrorFormatterPage.cs
- SpeakInfo.cs
- DataGridColumnCollectionEditor.cs
- StringSource.cs
- WebScriptEnablingElement.cs
- ConsoleEntryPoint.cs
- Avt.cs
- TextTabProperties.cs
- PolyLineSegment.cs
- CharConverter.cs
- ExpressionNormalizer.cs
- EntityDataSourceReferenceGroup.cs
- OverflowException.cs
- PathTooLongException.cs
- ExtensionWindowResizeGrip.cs
- SimpleMailWebEventProvider.cs
- DictionaryEntry.cs
- SqlDataSourceCustomCommandPanel.cs
- WebConfigurationHostFileChange.cs
- HttpRuntimeSection.cs
- NativeMethods.cs
- ExpressionPrefixAttribute.cs
- ImageSource.cs
- LinqDataSourceContextEventArgs.cs
- TimeStampChecker.cs
- XmlHierarchicalEnumerable.cs
- StyleModeStack.cs
- ParserExtension.cs
- ListBox.cs
- TableRow.cs
- storagemappingitemcollection.viewdictionary.cs
- HtmlInputControl.cs
- XPathException.cs
- UxThemeWrapper.cs
- AnnotationComponentChooser.cs
- SystemColors.cs
- ContactManager.cs
- AssemblyGen.cs
- CheckBoxField.cs
- SQLConvert.cs
- CatalogZone.cs
- BinarySecretSecurityToken.cs
- ExpressionEditorAttribute.cs
- TransactionScope.cs
- SerializationSectionGroup.cs
- VScrollBar.cs
- BindingList.cs
- Clock.cs
- HtmlDocument.cs
- DuplicateWaitObjectException.cs
- GridErrorDlg.cs
- ProtocolElementCollection.cs
- XmlCharCheckingReader.cs