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
- SchemaTableColumn.cs
- BmpBitmapEncoder.cs
- MethodAccessException.cs
- PathFigure.cs
- HttpCachePolicyElement.cs
- InstallerTypeAttribute.cs
- OperationAbortedException.cs
- wpf-etw.cs
- CornerRadius.cs
- BStrWrapper.cs
- RuntimeConfig.cs
- JapaneseLunisolarCalendar.cs
- ClientApiGenerator.cs
- SqlLiftIndependentRowExpressions.cs
- MasterPage.cs
- DesignerInterfaces.cs
- WebPartActionVerb.cs
- EntityClassGenerator.cs
- RecipientServiceModelSecurityTokenRequirement.cs
- CompoundFileStorageReference.cs
- TextStore.cs
- DataSourceCacheDurationConverter.cs
- ContextItem.cs
- ListViewEditEventArgs.cs
- EntityContainerAssociationSetEnd.cs
- FormsAuthenticationConfiguration.cs
- EmptyWithCancelationCheckWorkItem.cs
- DelegatedStream.cs
- Pointer.cs
- StringUtil.cs
- ZipPackage.cs
- IPHostEntry.cs
- CustomCategoryAttribute.cs
- Cursors.cs
- BinaryObjectReader.cs
- DtdParser.cs
- UriPrefixTable.cs
- VBIdentifierName.cs
- PathSegment.cs
- Selector.cs
- TypeConverterHelper.cs
- EditorZoneDesigner.cs
- ConfigurationSectionHelper.cs
- PageThemeParser.cs
- WindowsHyperlink.cs
- WebBrowserProgressChangedEventHandler.cs
- InternalConfigEventArgs.cs
- Expression.DebuggerProxy.cs
- CompositeDispatchFormatter.cs
- CreateRefExpr.cs
- followingquery.cs
- SafeNativeMethodsMilCoreApi.cs
- ListViewGroupConverter.cs
- TransportBindingElement.cs
- MemberRelationshipService.cs
- TextTreeDeleteContentUndoUnit.cs
- WindowsGraphics2.cs
- LOSFormatter.cs
- Quaternion.cs
- DataGridViewDataErrorEventArgs.cs
- Opcode.cs
- InvalidOperationException.cs
- XmlMemberMapping.cs
- _NtlmClient.cs
- InternalConfigSettingsFactory.cs
- PassportAuthentication.cs
- CopyOnWriteList.cs
- NotifyInputEventArgs.cs
- SerialErrors.cs
- ScriptingSectionGroup.cs
- XamlHostingSection.cs
- ConnectionManagementElement.cs
- SqlFunctions.cs
- TableFieldsEditor.cs
- DataServiceQueryProvider.cs
- DbConnectionPoolIdentity.cs
- SafeCertificateStore.cs
- TypeUnloadedException.cs
- HtmlInputRadioButton.cs
- SecureUICommand.cs
- ProjectionAnalyzer.cs
- ManagementException.cs
- WindowsClaimSet.cs
- UniformGrid.cs
- EntitySqlQueryBuilder.cs
- PasswordRecoveryDesigner.cs
- OperationResponse.cs
- ByteRangeDownloader.cs
- XDeferredAxisSource.cs
- Variable.cs
- ContractMapping.cs
- RouteData.cs
- ClickablePoint.cs
- CachingHintValidation.cs
- GlyphRunDrawing.cs
- TreeNodeMouseHoverEvent.cs
- XmlWhitespace.cs
- HtmlForm.cs
- EventEntry.cs
- IconEditor.cs