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
- XmlWriterDelegator.cs
- EventMappingSettings.cs
- X509CertificateChain.cs
- MouseGestureConverter.cs
- FileVersion.cs
- NameValueConfigurationCollection.cs
- BufferedWebEventProvider.cs
- VariantWrapper.cs
- WindowsSspiNegotiation.cs
- PresentationTraceSources.cs
- LightweightCodeGenerator.cs
- DbUpdateCommandTree.cs
- HttpPostedFile.cs
- BrowserDefinitionCollection.cs
- RestClientProxyHandler.cs
- RSAOAEPKeyExchangeDeformatter.cs
- SrgsGrammarCompiler.cs
- UnsupportedPolicyOptionsException.cs
- PackageRelationship.cs
- ViewService.cs
- FixedSOMLineRanges.cs
- AutomationEvent.cs
- TraceHwndHost.cs
- DoubleConverter.cs
- XmlNullResolver.cs
- VectorValueSerializer.cs
- CapabilitiesUse.cs
- Utils.cs
- AuthenticationException.cs
- ToolStripRendererSwitcher.cs
- SectionRecord.cs
- GrammarBuilderBase.cs
- StringKeyFrameCollection.cs
- ChannelPoolSettingsElement.cs
- FrameworkElementFactoryMarkupObject.cs
- ResXDataNode.cs
- ServiceOperationViewControl.cs
- XmlAttributeCache.cs
- HtmlTitle.cs
- cookieexception.cs
- SessionEndedEventArgs.cs
- TypeToken.cs
- Environment.cs
- ConstructorBuilder.cs
- Border.cs
- CommandLibraryHelper.cs
- BaseValidator.cs
- AnnotationAuthorChangedEventArgs.cs
- DigestTraceRecordHelper.cs
- StrokeNodeData.cs
- DictionaryEntry.cs
- ContextStaticAttribute.cs
- MultiByteCodec.cs
- RootAction.cs
- CrossSiteScriptingValidation.cs
- DataList.cs
- GeometryGroup.cs
- ConfigXmlComment.cs
- ReferenceSchema.cs
- WindowsToolbarItemAsMenuItem.cs
- PipelineComponent.cs
- ProcessRequestArgs.cs
- HeaderCollection.cs
- EventLogPermissionEntry.cs
- EventToken.cs
- OleDbRowUpdatingEvent.cs
- ChtmlTextWriter.cs
- XmlCDATASection.cs
- CultureTableRecord.cs
- AttachedPropertyBrowsableForTypeAttribute.cs
- IOThreadTimer.cs
- ServiceElementCollection.cs
- Random.cs
- SingleObjectCollection.cs
- CompiledRegexRunner.cs
- ToolStripTextBox.cs
- LayoutEditorPart.cs
- SqlProviderServices.cs
- DataFieldCollectionEditor.cs
- AssemblyNameUtility.cs
- NegotiationTokenProvider.cs
- HandleExceptionArgs.cs
- RNGCryptoServiceProvider.cs
- SectionRecord.cs
- TextWriterTraceListener.cs
- FormatSettings.cs
- FormatterConverter.cs
- RadioButton.cs
- TypeSemantics.cs
- Drawing.cs
- DependencyObjectProvider.cs
- VectorAnimationBase.cs
- ScriptingWebServicesSectionGroup.cs
- AppDomainUnloadedException.cs
- TransformerConfigurationWizardBase.cs
- TimeStampChecker.cs
- FormsAuthentication.cs
- GenericFlowSwitchHelper.cs
- WebSysDisplayNameAttribute.cs
- UpdatePanel.cs