Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Core / System / Windows / Media / InvalidWMPVersionException.cs / 1 / InvalidWMPVersionException.cs
using System;
using System.Runtime.Serialization;
namespace System.Windows.Media
{
///
///Exception class for when WMP 10 is not installed
///
[Serializable]
public class InvalidWmpVersionException : SystemException
{
///
/// Constructor
///
public InvalidWmpVersionException()
{}
///
/// Constructor
///
///
/// Exception message
///
public InvalidWmpVersionException(string message) : base(message)
{}
///
/// Creates a new instance of InvalidWmpVersionException class and initializes it with serialized data.
/// This constructor is called during deserialization to reconstitute the exception object transmitted over a stream.
///
///
/// The object that holds the serialized object data.
///
///
/// The contextual information about the source or destination.
///
protected InvalidWmpVersionException(SerializationInfo info, StreamingContext context) : base(info, context)
{}
///
/// Constructor
///
///
/// Exception message
///
///
/// Inner exception
///
public InvalidWmpVersionException(string message, Exception innerException) : base(message, innerException)
{}
}
}
// 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
- InertiaTranslationBehavior.cs
- LinqDataSourceContextData.cs
- StateMachine.cs
- LookupNode.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- CompiledQueryCacheKey.cs
- XmlILIndex.cs
- ClientEventManager.cs
- TextAutomationPeer.cs
- DataGridViewRowStateChangedEventArgs.cs
- ListViewHitTestInfo.cs
- DefaultHttpHandler.cs
- CryptoHandle.cs
- ChtmlSelectionListAdapter.cs
- Assert.cs
- cookie.cs
- IDispatchConstantAttribute.cs
- TypeReference.cs
- SafeFileMapViewHandle.cs
- HttpDebugHandler.cs
- Stylesheet.cs
- PagerSettings.cs
- HtmlControlPersistable.cs
- NetworkInformationPermission.cs
- CellPartitioner.cs
- DelegatedStream.cs
- XmlCharType.cs
- PropertyPath.cs
- ListViewHitTestInfo.cs
- GenericRootAutomationPeer.cs
- _LocalDataStoreMgr.cs
- PhysicalFontFamily.cs
- XmlSchemaParticle.cs
- ListViewGroup.cs
- TransformedBitmap.cs
- DiscreteKeyFrames.cs
- TemplateControlCodeDomTreeGenerator.cs
- PolyQuadraticBezierSegmentFigureLogic.cs
- DataGridDetailsPresenter.cs
- CompoundFileStorageReference.cs
- SharedStatics.cs
- HttpCachePolicy.cs
- SoapRpcMethodAttribute.cs
- ConnectionPointCookie.cs
- FixUpCollection.cs
- MessageQueueAccessControlEntry.cs
- AssemblyFilter.cs
- ConfigurationManagerHelperFactory.cs
- FormsAuthenticationTicket.cs
- DesignerAttributeInfo.cs
- HttpStreamMessage.cs
- ConfigurationValue.cs
- DragEvent.cs
- SecurityTokenRequirement.cs
- ToolStripDropDownItemDesigner.cs
- RequestTimeoutManager.cs
- AdapterDictionary.cs
- IISUnsafeMethods.cs
- ThemeableAttribute.cs
- MediaScriptCommandRoutedEventArgs.cs
- ResourceReferenceExpressionConverter.cs
- Vector3D.cs
- PropertyChangingEventArgs.cs
- StandardRuntimeEnumValidatorAttribute.cs
- ReferenceCountedObject.cs
- EditorBrowsableAttribute.cs
- ExpressionNormalizer.cs
- WmfPlaceableFileHeader.cs
- JumpPath.cs
- elementinformation.cs
- DataGridRelationshipRow.cs
- SinglePageViewer.cs
- HtmlGenericControl.cs
- TreeNodeMouseHoverEvent.cs
- BasicAsyncResult.cs
- DropShadowEffect.cs
- ClassData.cs
- HttpWebRequest.cs
- AppDomainInstanceProvider.cs
- XmlDocumentFragment.cs
- RemotingSurrogateSelector.cs
- SpecialNameAttribute.cs
- CapabilitiesRule.cs
- VisualBrush.cs
- HttpModuleActionCollection.cs
- UrlMapping.cs
- NavigateEvent.cs
- UpDownEvent.cs
- TextRangeEdit.cs
- RuntimeConfigurationRecord.cs
- PerformanceCounterPermissionEntry.cs
- SafeHandles.cs
- ColumnResult.cs
- DataDocumentXPathNavigator.cs
- TypeForwardedToAttribute.cs
- oledbmetadatacolumnnames.cs
- Empty.cs
- EntityDesignPluralizationHandler.cs
- StorageEntityContainerMapping.cs
- TimerExtension.cs