Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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
- Activator.cs
- ExpressionLexer.cs
- QueuedDeliveryRequirementsMode.cs
- XmlQueryRuntime.cs
- ThemeableAttribute.cs
- Decoder.cs
- MulticastDelegate.cs
- DropShadowBitmapEffect.cs
- KeyboardEventArgs.cs
- CapabilitiesAssignment.cs
- SiteMapSection.cs
- IRCollection.cs
- LocalizableAttribute.cs
- Pts.cs
- SQLDecimal.cs
- CollectionViewSource.cs
- TrackingMemoryStreamFactory.cs
- SortAction.cs
- SequentialWorkflowRootDesigner.cs
- DataListItem.cs
- AudienceUriMode.cs
- WmpBitmapEncoder.cs
- SEHException.cs
- ShapeTypeface.cs
- Paragraph.cs
- Triplet.cs
- X509Chain.cs
- ComplexPropertyEntry.cs
- PolicyException.cs
- ExpressionNode.cs
- SqlTypesSchemaImporter.cs
- PathSegment.cs
- AggregateNode.cs
- Message.cs
- ClientRoleProvider.cs
- XmlNode.cs
- FileVersionInfo.cs
- EpmContentSerializer.cs
- WindowsListView.cs
- ComboBox.cs
- DATA_BLOB.cs
- InvokePatternIdentifiers.cs
- ScrollViewer.cs
- ObjectSecurity.cs
- ComboBoxAutomationPeer.cs
- HtmlInputControl.cs
- HtmlPageAdapter.cs
- ApplicationFileCodeDomTreeGenerator.cs
- WebPartVerb.cs
- ControlCollection.cs
- QueueSurrogate.cs
- _LocalDataStore.cs
- DrawingBrush.cs
- ResumeStoryboard.cs
- BindingsSection.cs
- CodeGotoStatement.cs
- TypeElement.cs
- RelatedImageListAttribute.cs
- FlowDocumentPage.cs
- WorkerRequest.cs
- _NTAuthentication.cs
- HttpRequestContext.cs
- SQLDateTime.cs
- Pen.cs
- SizeConverter.cs
- _ListenerRequestStream.cs
- ConnectionStringsSection.cs
- ClientData.cs
- InputScope.cs
- OdbcHandle.cs
- PersonalizationStateInfoCollection.cs
- CallContext.cs
- WorkflowMarkupSerializerMapping.cs
- CrossSiteScriptingValidation.cs
- BindingListCollectionView.cs
- TextEndOfLine.cs
- externdll.cs
- WebPartConnection.cs
- Oci.cs
- _AuthenticationState.cs
- InvokeWebService.cs
- XPathDocument.cs
- XamlToRtfParser.cs
- CodeConditionStatement.cs
- GroupBoxRenderer.cs
- AsyncPostBackTrigger.cs
- Util.cs
- ConfigurationElementCollection.cs
- HotSpotCollectionEditor.cs
- SoapSchemaImporter.cs
- DbSetClause.cs
- StylusPlugin.cs
- Sql8ExpressionRewriter.cs
- WindowsListViewScroll.cs
- _UriTypeConverter.cs
- PublisherMembershipCondition.cs
- DrawingBrush.cs
- ProjectionPlanCompiler.cs
- Point.cs
- ScriptResourceAttribute.cs