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
- PrivilegeNotHeldException.cs
- PerformanceCounterManager.cs
- DomNameTable.cs
- CustomAssemblyResolver.cs
- SqlFileStream.cs
- FunctionImportMapping.ReturnTypeRenameMapping.cs
- SafeReversePInvokeHandle.cs
- HTMLTagNameToTypeMapper.cs
- ObjectAnimationUsingKeyFrames.cs
- DocumentPageView.cs
- TripleDESCryptoServiceProvider.cs
- SafeNativeMethods.cs
- _OSSOCK.cs
- XmlTextReader.cs
- XmlValidatingReaderImpl.cs
- CryptoConfig.cs
- DateTimeStorage.cs
- AnonymousIdentificationModule.cs
- ActivityExecutorSurrogate.cs
- DocumentGridPage.cs
- CmsInterop.cs
- OrderedDictionaryStateHelper.cs
- GridViewRowCollection.cs
- HtmlTitle.cs
- XmlSerializer.cs
- _ServiceNameStore.cs
- HttpApplicationFactory.cs
- HelloOperationCD1AsyncResult.cs
- PropertyCollection.cs
- ReadOnlyState.cs
- BamlLocalizableResource.cs
- SymDocumentType.cs
- EdmToObjectNamespaceMap.cs
- BitmapEffectGeneralTransform.cs
- XmlILCommand.cs
- WaitForChangedResult.cs
- ContextProperty.cs
- XmlSchemaComplexContentRestriction.cs
- OletxCommittableTransaction.cs
- ReferenceSchema.cs
- SafeNativeMethods.cs
- SqlCommand.cs
- NestPullup.cs
- TemplatePropertyEntry.cs
- HtmlLink.cs
- ValidatedMobileControlConverter.cs
- SBCSCodePageEncoding.cs
- ToolStrip.cs
- SettingsPropertyNotFoundException.cs
- NotifyIcon.cs
- SynchronizationFilter.cs
- PenContext.cs
- HtmlDocument.cs
- ForwardPositionQuery.cs
- CalendarSelectionChangedEventArgs.cs
- BindingMAnagerBase.cs
- EntityDataSourceDataSelection.cs
- AvTraceDetails.cs
- InheritanceRules.cs
- SiteMapDesignerDataSourceView.cs
- DoubleAnimationUsingKeyFrames.cs
- WsdlBuildProvider.cs
- ListViewGroupItemCollection.cs
- CaseInsensitiveHashCodeProvider.cs
- PeerInvitationResponse.cs
- XmlUtil.cs
- XslAst.cs
- ResourceSet.cs
- ColorContext.cs
- TypeDependencyAttribute.cs
- DocumentApplicationJournalEntry.cs
- InlineUIContainer.cs
- SimpleType.cs
- TableAutomationPeer.cs
- LookupBindingPropertiesAttribute.cs
- TCPListener.cs
- ResXResourceReader.cs
- CanonicalizationDriver.cs
- TemplateParser.cs
- CollectionsUtil.cs
- PropertyGridView.cs
- IISMapPath.cs
- ControllableStoryboardAction.cs
- OracleBinary.cs
- FullTextLine.cs
- WindowsEditBoxRange.cs
- ResolveNameEventArgs.cs
- InlineCollection.cs
- DeviceSpecificChoice.cs
- JournalEntryListConverter.cs
- DetailsViewUpdateEventArgs.cs
- CultureInfo.cs
- AutoResetEvent.cs
- SourceElementsCollection.cs
- MinimizableAttributeTypeConverter.cs
- HistoryEventArgs.cs
- ConnectionStringsExpressionBuilder.cs
- FontNameEditor.cs
- WmiInstallComponent.cs
- DataGridViewColumnHeaderCell.cs