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
- XmlUtilWriter.cs
- BindingMemberInfo.cs
- Queue.cs
- PeerPresenceInfo.cs
- TextView.cs
- Parameter.cs
- DefinitionUpdate.cs
- ProcessHostFactoryHelper.cs
- GlobalizationAssembly.cs
- GroupPartitionExpr.cs
- UnknownWrapper.cs
- FileInfo.cs
- UniqueCodeIdentifierScope.cs
- WithParamAction.cs
- XmlTextAttribute.cs
- SqlClientFactory.cs
- PathBox.cs
- InputScopeConverter.cs
- ObjectConverter.cs
- Icon.cs
- VideoDrawing.cs
- LockedActivityGlyph.cs
- NavigationPropertySingletonExpression.cs
- InvalidProgramException.cs
- SecurityAccessDeniedException.cs
- PropertyGridView.cs
- Substitution.cs
- Identity.cs
- LoginName.cs
- DragEvent.cs
- Queue.cs
- SqlDependencyListener.cs
- Resources.Designer.cs
- ItemsControl.cs
- EventData.cs
- MarkupCompiler.cs
- BindToObject.cs
- EndpointBehaviorElementCollection.cs
- WinInetCache.cs
- AssertHelper.cs
- GPRECT.cs
- DiscoveryClientDuplexChannel.cs
- IdleTimeoutMonitor.cs
- DeviceContext.cs
- ActivityPropertyReference.cs
- ViewManager.cs
- FileIOPermission.cs
- AutomationPeer.cs
- XsltSettings.cs
- StateMachineHistory.cs
- CalendarDateRange.cs
- ResponseBodyWriter.cs
- ExpressionBinding.cs
- mda.cs
- DataGridViewRowStateChangedEventArgs.cs
- ObjectAnimationUsingKeyFrames.cs
- FragmentNavigationEventArgs.cs
- WebPartConnectionsCancelVerb.cs
- CaseStatement.cs
- IChannel.cs
- TemplateColumn.cs
- XmlArrayAttribute.cs
- CodeMemberEvent.cs
- WebUtil.cs
- TokenizerHelper.cs
- XmlRootAttribute.cs
- XmlNodeChangedEventManager.cs
- PathGeometry.cs
- ToolStripPanelCell.cs
- MetadataProperty.cs
- Operand.cs
- OrderPreservingSpoolingTask.cs
- SHA256.cs
- ToolboxItem.cs
- SurrogateEncoder.cs
- ProtocolsConfigurationHandler.cs
- XmlDomTextWriter.cs
- localization.cs
- SortFieldComparer.cs
- DirectoryInfo.cs
- SafeMILHandle.cs
- Deserializer.cs
- TextCompositionEventArgs.cs
- IntranetCredentialPolicy.cs
- WebServiceReceiveDesigner.cs
- AutomationEventArgs.cs
- XmlSchemaAttribute.cs
- WebSysDefaultValueAttribute.cs
- SafeHandles.cs
- NullReferenceException.cs
- PolicyException.cs
- DataGridViewCellContextMenuStripNeededEventArgs.cs
- HwndHost.cs
- SQLMoney.cs
- MetadataArtifactLoaderXmlReaderWrapper.cs
- SmiRecordBuffer.cs
- FormsAuthenticationUser.cs
- SchemaSetCompiler.cs
- CardSpaceSelector.cs
- TraceUtility.cs