Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / 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
- DropShadowBitmapEffect.cs
- ArrayWithOffset.cs
- DataReaderContainer.cs
- Int16.cs
- LinkTarget.cs
- ContextMarshalException.cs
- ParseChildrenAsPropertiesAttribute.cs
- VideoDrawing.cs
- ParallelDesigner.xaml.cs
- NetworkAddressChange.cs
- DocumentSequence.cs
- Evidence.cs
- BatchServiceHost.cs
- EditorPart.cs
- InheritanceService.cs
- WasAdminWrapper.cs
- SchemaObjectWriter.cs
- Win32Native.cs
- DateRangeEvent.cs
- RelationshipNavigation.cs
- BookmarkUndoUnit.cs
- BadImageFormatException.cs
- Metafile.cs
- ArraySubsetEnumerator.cs
- SendMailErrorEventArgs.cs
- DllNotFoundException.cs
- PrimitiveDataContract.cs
- IEnumerable.cs
- AuthorizationRuleCollection.cs
- ObjectAnimationBase.cs
- FixedHighlight.cs
- AmbientValueAttribute.cs
- FileDialog.cs
- HttpWrapper.cs
- contentDescriptor.cs
- CompressionTracing.cs
- GenericTextProperties.cs
- Win32Exception.cs
- ArrangedElement.cs
- DataContractAttribute.cs
- DictionaryMarkupSerializer.cs
- PKCS1MaskGenerationMethod.cs
- RtfControlWordInfo.cs
- CapabilitiesSection.cs
- OdbcConnectionOpen.cs
- RawStylusSystemGestureInputReport.cs
- SamlSecurityTokenAuthenticator.cs
- SelectedPathEditor.cs
- ReflectionServiceProvider.cs
- XslAstAnalyzer.cs
- _CommandStream.cs
- M3DUtil.cs
- StateMachineWorkflow.cs
- CacheMode.cs
- TemplateBaseAction.cs
- TabPanel.cs
- PrimitiveRenderer.cs
- ColumnMapVisitor.cs
- Attributes.cs
- UpDownBase.cs
- ScriptingSectionGroup.cs
- KeyManager.cs
- MD5CryptoServiceProvider.cs
- UrlMappingsSection.cs
- SecurityToken.cs
- HuffmanTree.cs
- OpenTypeLayoutCache.cs
- ConfigPathUtility.cs
- FieldAccessException.cs
- SmtpSection.cs
- codemethodreferenceexpression.cs
- DiffuseMaterial.cs
- BindingMAnagerBase.cs
- DetailsViewModeEventArgs.cs
- BasePattern.cs
- EntityType.cs
- GridLength.cs
- ProcessInfo.cs
- HttpCachePolicy.cs
- FragmentQueryKB.cs
- TextProperties.cs
- DesignerSerializationVisibilityAttribute.cs
- XmlSchemaSimpleTypeRestriction.cs
- Literal.cs
- Int64.cs
- Flowchart.cs
- ArrayList.cs
- DirectoryObjectSecurity.cs
- FixedSOMFixedBlock.cs
- LinkButton.cs
- TypeValidationEventArgs.cs
- ComPlusInstanceProvider.cs
- DispatcherProcessingDisabled.cs
- XPathAxisIterator.cs
- SmiRecordBuffer.cs
- FlowPanelDesigner.cs
- ColumnResizeUndoUnit.cs
- Attributes.cs
- SqlMultiplexer.cs
- InternalBufferOverflowException.cs