Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / Framework / System / Windows / Data / ValueUnavailableException.cs / 1 / 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
- MostlySingletonList.cs
- StructureChangedEventArgs.cs
- SqlAliasesReferenced.cs
- IgnoreSection.cs
- HashCryptoHandle.cs
- OrderedEnumerableRowCollection.cs
- CompileXomlTask.cs
- MimeFormatExtensions.cs
- SBCSCodePageEncoding.cs
- IPGlobalProperties.cs
- UndoManager.cs
- ProfileParameter.cs
- ConfigXmlAttribute.cs
- CommandManager.cs
- SoapAttributeOverrides.cs
- CallTemplateAction.cs
- ThumbButtonInfo.cs
- BufferAllocator.cs
- WorkflowOperationBehavior.cs
- PingOptions.cs
- ResourceReader.cs
- BindingGraph.cs
- MetadataArtifactLoaderResource.cs
- Fx.cs
- ReturnValue.cs
- ImageBrush.cs
- GridViewDeletedEventArgs.cs
- PageAsyncTask.cs
- UserControl.cs
- PropertyInfoSet.cs
- CollectionBase.cs
- SecurityHelper.cs
- CodeGotoStatement.cs
- BevelBitmapEffect.cs
- ClientProxyGenerator.cs
- DropShadowBitmapEffect.cs
- Process.cs
- CellCreator.cs
- InkCanvasFeedbackAdorner.cs
- CodeCatchClause.cs
- CodeGenerator.cs
- WebRequestModulesSection.cs
- LongValidator.cs
- InputMethod.cs
- LayoutManager.cs
- CompositeFontFamily.cs
- RepeatInfo.cs
- TextDpi.cs
- ClientSection.cs
- ServicePointManagerElement.cs
- NavigationService.cs
- FormViewDesigner.cs
- GeneralTransform3D.cs
- ToolStripArrowRenderEventArgs.cs
- URLIdentityPermission.cs
- HwndHost.cs
- StorageRoot.cs
- ResourceType.cs
- SettingsBindableAttribute.cs
- SessionStateUtil.cs
- OptimalTextSource.cs
- EventMappingSettings.cs
- AppModelKnownContentFactory.cs
- RoutedEventHandlerInfo.cs
- SourceItem.cs
- NetworkCredential.cs
- XpsPackagingException.cs
- BinHexEncoder.cs
- QueryOperationResponseOfT.cs
- messageonlyhwndwrapper.cs
- NativeCompoundFileAPIs.cs
- TemplateAction.cs
- QilLoop.cs
- recordstatescratchpad.cs
- ImportCatalogPart.cs
- COM2PropertyDescriptor.cs
- prefixendpointaddressmessagefiltertable.cs
- GrammarBuilderBase.cs
- httpstaticobjectscollection.cs
- SoapReflectionImporter.cs
- ListViewSortEventArgs.cs
- IconBitmapDecoder.cs
- ToolBarButtonClickEvent.cs
- WebPartHelpVerb.cs
- DataRecord.cs
- MenuAdapter.cs
- ImageSourceValueSerializer.cs
- StackOverflowException.cs
- ActivityExecutionContextCollection.cs
- PropertyPanel.cs
- TdsParser.cs
- ObjectDataSourceStatusEventArgs.cs
- ToolBarButtonClickEvent.cs
- PopupEventArgs.cs
- DataQuery.cs
- DataGridViewCellCancelEventArgs.cs
- DrawItemEvent.cs
- ValueSerializer.cs
- HttpException.cs
- AppearanceEditorPart.cs