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
- SafeSystemMetrics.cs
- CachedTypeface.cs
- ModuleElement.cs
- RoleManagerSection.cs
- Dictionary.cs
- ISSmlParser.cs
- StylusButton.cs
- MimeTypePropertyAttribute.cs
- DescendantOverDescendantQuery.cs
- StringFreezingAttribute.cs
- EventSinkHelperWriter.cs
- WorkflowElementDialogWindow.xaml.cs
- AnimationClockResource.cs
- WorkflowCompensationBehavior.cs
- NativeMethods.cs
- AttachmentService.cs
- XmlQualifiedName.cs
- ScalarOps.cs
- Expression.DebuggerProxy.cs
- TaskFileService.cs
- QueryStringParameter.cs
- ValueTable.cs
- UnsafeNetInfoNativeMethods.cs
- BroadcastEventHelper.cs
- OptionalMessageQuery.cs
- FileDialogCustomPlace.cs
- Crc32Helper.cs
- ChangeBlockUndoRecord.cs
- CounterSampleCalculator.cs
- RoleGroup.cs
- UpdateEventArgs.cs
- FileSecurity.cs
- VirtualPathExtension.cs
- LiteralTextContainerControlBuilder.cs
- ToolboxItemCollection.cs
- AdapterSwitches.cs
- IEnumerable.cs
- ComplexObject.cs
- StylusPoint.cs
- CodeParameterDeclarationExpression.cs
- StylusPoint.cs
- StringConcat.cs
- GridItemProviderWrapper.cs
- TextAutomationPeer.cs
- XPathDocumentBuilder.cs
- UnhandledExceptionEventArgs.cs
- DataGridPagerStyle.cs
- BitmapMetadataBlob.cs
- PropertyPath.cs
- EndpointDiscoveryBehavior.cs
- PolicyChain.cs
- BitmapEffectInputData.cs
- ClientFormsAuthenticationMembershipProvider.cs
- PanelDesigner.cs
- Int32Converter.cs
- ConnectionsZone.cs
- FixedSOMElement.cs
- IDataContractSurrogate.cs
- OdbcPermission.cs
- TTSEvent.cs
- DataGridBoolColumn.cs
- ValueQuery.cs
- CacheChildrenQuery.cs
- XmlName.cs
- TreeViewImageIndexConverter.cs
- AppDomain.cs
- ReleaseInstanceMode.cs
- Viewport3DVisual.cs
- ConnectivityStatus.cs
- Rule.cs
- Tool.cs
- AnimationException.cs
- PersonalizationState.cs
- RpcAsyncResult.cs
- DeploymentSection.cs
- ValidationErrorEventArgs.cs
- BasicHttpBindingCollectionElement.cs
- UmAlQuraCalendar.cs
- Query.cs
- WebControlParameterProxy.cs
- StylusCollection.cs
- PermissionAttributes.cs
- GridViewDeletedEventArgs.cs
- RuleElement.cs
- ResXFileRef.cs
- BooleanFacetDescriptionElement.cs
- BinaryNode.cs
- DoubleAnimationUsingPath.cs
- ScriptControlDescriptor.cs
- ActivityInterfaces.cs
- TextContainerHelper.cs
- FrameworkRichTextComposition.cs
- NamespaceQuery.cs
- SignatureTargetIdManager.cs
- StreamGeometry.cs
- MouseActionValueSerializer.cs
- PointCollectionValueSerializer.cs
- CollectionViewSource.cs
- ApplicationInterop.cs
- RuntimeWrappedException.cs