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
- TiffBitmapEncoder.cs
- SqlReferenceCollection.cs
- BitmapFrameEncode.cs
- ViewBase.cs
- CustomErrorCollection.cs
- HtmlTitle.cs
- FormViewModeEventArgs.cs
- SQLRoleProvider.cs
- BindingOperations.cs
- HMACMD5.cs
- GeneratedCodeAttribute.cs
- DataFormats.cs
- DefaultProxySection.cs
- Light.cs
- DataGridViewRowHeaderCell.cs
- _SslStream.cs
- _ChunkParse.cs
- DataBoundControlAdapter.cs
- CodeExporter.cs
- EventMappingSettingsCollection.cs
- SoapDocumentMethodAttribute.cs
- TextServicesHost.cs
- NamespaceListProperty.cs
- EncoderNLS.cs
- LayoutEvent.cs
- NativeMethods.cs
- ArrayExtension.cs
- RenderTargetBitmap.cs
- WebPartTransformerCollection.cs
- AnalyzedTree.cs
- XmlWhitespace.cs
- ColumnResizeAdorner.cs
- PartialList.cs
- EditorZoneBase.cs
- Msmq4SubqueuePoisonHandler.cs
- OneOfTypeConst.cs
- TextTreeTextElementNode.cs
- DataServiceStreamProviderWrapper.cs
- DiscriminatorMap.cs
- TracedNativeMethods.cs
- FunctionImportElement.cs
- ActionNotSupportedException.cs
- WebBrowserDesigner.cs
- RTTrackingProfile.cs
- PaintEvent.cs
- BaseCodeDomTreeGenerator.cs
- PageEventArgs.cs
- ConnectionManagementElement.cs
- CodeCommentStatement.cs
- DoubleAnimationClockResource.cs
- Point3DCollection.cs
- ACE.cs
- Config.cs
- ComponentEditorPage.cs
- _BasicClient.cs
- DependencyPropertyKind.cs
- SliderAutomationPeer.cs
- ping.cs
- UnmanagedMemoryStreamWrapper.cs
- Matrix3DStack.cs
- BitmapEffectInput.cs
- AutoGeneratedField.cs
- BaseTemplatedMobileComponentEditor.cs
- DesignerValidationSummaryAdapter.cs
- BaseInfoTable.cs
- TextElement.cs
- GridViewItemAutomationPeer.cs
- ChildTable.cs
- StylusShape.cs
- webproxy.cs
- DataContractSerializer.cs
- TemplateNameScope.cs
- UnsafeNativeMethodsPenimc.cs
- CryptoApi.cs
- HttpRequestCacheValidator.cs
- PanelDesigner.cs
- SmiEventSink.cs
- NavigatorOutput.cs
- Classification.cs
- DecoderReplacementFallback.cs
- AdRotatorDesigner.cs
- webproxy.cs
- MarginsConverter.cs
- NumberFunctions.cs
- BindingCompleteEventArgs.cs
- GetLedgerEntryForRecipientRequest.cs
- ClonableStack.cs
- ObjectStateEntryBaseUpdatableDataRecord.cs
- AspNetPartialTrustHelpers.cs
- ThreadInterruptedException.cs
- SmiConnection.cs
- PackagingUtilities.cs
- CurrentChangedEventManager.cs
- SerializationSectionGroup.cs
- _ChunkParse.cs
- StrokeCollectionConverter.cs
- BooleanAnimationBase.cs
- XmlSchemaGroup.cs
- MulticastDelegate.cs
- ExpressionBuilder.cs