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
- DisableDpiAwarenessAttribute.cs
- StreamGeometry.cs
- DbConnectionPoolOptions.cs
- RegexRunner.cs
- MappingException.cs
- QueueNameHelper.cs
- UIElement3D.cs
- XPathQilFactory.cs
- TypeDescriptor.cs
- XmlDataSource.cs
- Floater.cs
- NGCSerializerAsync.cs
- OracleConnectionFactory.cs
- ProcessHost.cs
- EntityProviderFactory.cs
- CharUnicodeInfo.cs
- SqlClientFactory.cs
- QueryGenerator.cs
- DeclarativeCatalogPart.cs
- MULTI_QI.cs
- SmiEventStream.cs
- SchemaCollectionCompiler.cs
- HttpFormatExtensions.cs
- MediaCommands.cs
- InProcStateClientManager.cs
- IgnoreDeviceFilterElement.cs
- NotifyParentPropertyAttribute.cs
- JoinElimination.cs
- PlainXmlSerializer.cs
- DeflateEmulationStream.cs
- Button.cs
- dbenumerator.cs
- MetabaseSettings.cs
- XPathNavigatorReader.cs
- HtmlContainerControl.cs
- DesigntimeLicenseContext.cs
- DataGridPagerStyle.cs
- XmlSchemaSimpleTypeUnion.cs
- AccessorTable.cs
- MetadataArtifactLoaderComposite.cs
- TableChangeProcessor.cs
- ComplusEndpointConfigContainer.cs
- TextTreeUndo.cs
- ISO2022Encoding.cs
- XamlToRtfWriter.cs
- Object.cs
- SapiGrammar.cs
- HitTestResult.cs
- UnsafeNetInfoNativeMethods.cs
- WorkflowCommandExtensionItem.cs
- _HeaderInfo.cs
- RegexRunner.cs
- RawStylusSystemGestureInputReport.cs
- PageEventArgs.cs
- ConfigurationProperty.cs
- Decorator.cs
- Point3DCollectionConverter.cs
- DataGridToolTip.cs
- PackUriHelper.cs
- figurelengthconverter.cs
- DocumentSchemaValidator.cs
- EventLogQuery.cs
- TypeCollectionPropertyEditor.cs
- processwaithandle.cs
- CfgParser.cs
- Form.cs
- ToolbarAUtomationPeer.cs
- xmlsaver.cs
- ManagedIStream.cs
- SynchronizingStream.cs
- TreeViewItem.cs
- COSERVERINFO.cs
- EditorZone.cs
- ActivationServices.cs
- BindingMemberInfo.cs
- FixedSOMLineCollection.cs
- TimelineClockCollection.cs
- WinFormsUtils.cs
- TrackingMemoryStreamFactory.cs
- CodeLabeledStatement.cs
- CodeCompiler.cs
- ReferenceService.cs
- basevalidator.cs
- ContravarianceAdapter.cs
- ObjectDataSourceEventArgs.cs
- NamespaceQuery.cs
- XmlNamespaceManager.cs
- WebPartDisplayMode.cs
- ClientTarget.cs
- AnimationClock.cs
- Encoder.cs
- OracleCommandBuilder.cs
- XmlWrappingReader.cs
- NativeMethods.cs
- XamlPointCollectionSerializer.cs
- RequestTimeoutManager.cs
- ProfileManager.cs
- UnaryOperationBinder.cs
- IPipelineRuntime.cs
- SqlHelper.cs