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
- XmlTypeMapping.cs
- WindowsComboBox.cs
- NoClickablePointException.cs
- HTTPNotFoundHandler.cs
- TransactionInterop.cs
- NetCodeGroup.cs
- SafeFindHandle.cs
- HybridObjectCache.cs
- PersonalizationStateQuery.cs
- EntityDataSourceDesigner.cs
- UDPClient.cs
- PerformanceCounterLib.cs
- RewritingPass.cs
- DesignerSerializationOptionsAttribute.cs
- DbTypeMap.cs
- WmfPlaceableFileHeader.cs
- DataGridItem.cs
- SystemColorTracker.cs
- StylusCaptureWithinProperty.cs
- TypeNameConverter.cs
- ContentPlaceHolder.cs
- VisualBasicDesignerHelper.cs
- Profiler.cs
- Composition.cs
- SimpleHandlerBuildProvider.cs
- WmlImageAdapter.cs
- ConfigViewGenerator.cs
- FileNotFoundException.cs
- Block.cs
- Dictionary.cs
- AtomEntry.cs
- ClientEventManager.cs
- HttpWebRequest.cs
- TimeSpanValidator.cs
- DataGridItem.cs
- IntSumAggregationOperator.cs
- SemaphoreSecurity.cs
- Geometry3D.cs
- UIElementAutomationPeer.cs
- CrossSiteScriptingValidation.cs
- Input.cs
- ImpersonateTokenRef.cs
- FilterableAttribute.cs
- WizardStepBase.cs
- PathFigureCollectionConverter.cs
- RegexCompiler.cs
- TemplateControlParser.cs
- CompensateDesigner.cs
- CopyNodeSetAction.cs
- UIServiceHelper.cs
- ShutDownListener.cs
- CompiledQuery.cs
- WebRequestModulesSection.cs
- WebReferencesBuildProvider.cs
- ParsedAttributeCollection.cs
- SettingsSection.cs
- XsltException.cs
- XMLDiffLoader.cs
- CommittableTransaction.cs
- ReliableSessionBindingElementImporter.cs
- ToolStripPanelCell.cs
- webeventbuffer.cs
- VerificationAttribute.cs
- BaseDataList.cs
- SamlAuthorizationDecisionStatement.cs
- FixedPageProcessor.cs
- CounterNameConverter.cs
- SHA512.cs
- DBPropSet.cs
- COSERVERINFO.cs
- IProvider.cs
- InOutArgument.cs
- ElementNotEnabledException.cs
- PostBackOptions.cs
- EncryptedXml.cs
- FlowDocumentReader.cs
- ConditionalAttribute.cs
- IISMapPath.cs
- DataGridAddNewRow.cs
- DecimalFormatter.cs
- _NegotiateClient.cs
- StringCollection.cs
- TableCellAutomationPeer.cs
- LinqDataSourceStatusEventArgs.cs
- EventPropertyMap.cs
- XmlAttributeHolder.cs
- DotExpr.cs
- CommandLibraryHelper.cs
- Base64Stream.cs
- Nodes.cs
- LicenseProviderAttribute.cs
- IisTraceWebEventProvider.cs
- Glyph.cs
- ImageMapEventArgs.cs
- BamlRecordReader.cs
- dsa.cs
- ClientTargetCollection.cs
- _UriTypeConverter.cs
- CompositeControl.cs
- FileLoadException.cs