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
- PropertyValueUIItem.cs
- RectangleConverter.cs
- SqlDelegatedTransaction.cs
- TypeDescriptionProvider.cs
- ElementNotAvailableException.cs
- List.cs
- BaseParser.cs
- BinaryFormatterWriter.cs
- ApplicationManager.cs
- ElementHost.cs
- ChildTable.cs
- DataGridViewLinkCell.cs
- SafeFileHandle.cs
- Regex.cs
- StickyNote.cs
- ScrollItemPattern.cs
- RemoteWebConfigurationHostStream.cs
- WizardPanel.cs
- Attributes.cs
- SecurityCriticalDataForSet.cs
- Bold.cs
- HandlerBase.cs
- TextCompositionManager.cs
- HandlerFactoryWrapper.cs
- PerformanceCounterPermission.cs
- Matrix.cs
- CompilerResults.cs
- ValueConversionAttribute.cs
- ConstrainedDataObject.cs
- Point.cs
- EventLogEntry.cs
- RootContext.cs
- IDictionary.cs
- TransactedReceiveScope.cs
- ExitEventArgs.cs
- SamlAssertion.cs
- DocumentGrid.cs
- BufferedResponseStream.cs
- SspiHelper.cs
- SqlUserDefinedAggregateAttribute.cs
- WarningException.cs
- StringUtil.cs
- ProjectionCamera.cs
- InstanceDescriptor.cs
- VirtualPathUtility.cs
- ValidatedControlConverter.cs
- BitmapEditor.cs
- KoreanLunisolarCalendar.cs
- UnauthorizedWebPart.cs
- EntityConnectionStringBuilder.cs
- ActiveXContainer.cs
- SystemColorTracker.cs
- NotifyParentPropertyAttribute.cs
- NamespaceImport.cs
- OleCmdHelper.cs
- PinnedBufferMemoryStream.cs
- OdbcConnectionHandle.cs
- DialogResultConverter.cs
- BitmapPalettes.cs
- ObjectManager.cs
- IPHostEntry.cs
- DataDocumentXPathNavigator.cs
- InstanceLockedException.cs
- QilSortKey.cs
- RbTree.cs
- NameValuePair.cs
- SubqueryRules.cs
- AndMessageFilter.cs
- SizeIndependentAnimationStorage.cs
- ControlEvent.cs
- SecurityCriticalDataForSet.cs
- XmlSchemaComplexType.cs
- TextElementEditingBehaviorAttribute.cs
- ImageSourceConverter.cs
- AlphabeticalEnumConverter.cs
- FixedDSBuilder.cs
- BamlLocalizableResource.cs
- OutputWindow.cs
- CodeSnippetExpression.cs
- ListViewVirtualItemsSelectionRangeChangedEvent.cs
- HttpModuleActionCollection.cs
- ScriptDescriptor.cs
- SpellerInterop.cs
- SByteConverter.cs
- XmlNavigatorStack.cs
- AdapterUtil.cs
- EntitySetDataBindingList.cs
- ExpressionBuilder.cs
- XmlSchemaAll.cs
- EntityDataSourceSelectedEventArgs.cs
- WebContext.cs
- safelink.cs
- TargetException.cs
- AttachInfo.cs
- ListViewItem.cs
- Content.cs
- ImageEditor.cs
- CacheRequest.cs
- DataGridViewRowEventArgs.cs
- SafeNativeMemoryHandle.cs