Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / wpf / src / Core / CSharp / 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. 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
- ClientRuntimeConfig.cs
- ImmutableObjectAttribute.cs
- TableLayoutColumnStyleCollection.cs
- ActivityBuilderXamlWriter.cs
- IconConverter.cs
- RoleExceptions.cs
- OdbcErrorCollection.cs
- DataGridItemEventArgs.cs
- FixedHighlight.cs
- OperatingSystem.cs
- DispatcherSynchronizationContext.cs
- _BasicClient.cs
- XmlSchemaAppInfo.cs
- DynamicILGenerator.cs
- GlobalProxySelection.cs
- XmlConvert.cs
- indexingfiltermarshaler.cs
- SchemaMapping.cs
- SectionUpdates.cs
- OpCopier.cs
- ToolStripRendererSwitcher.cs
- ConstructorBuilder.cs
- TextEditorParagraphs.cs
- MimeReturn.cs
- ButtonDesigner.cs
- Transform.cs
- _FtpDataStream.cs
- DefaultHttpHandler.cs
- NotImplementedException.cs
- InstanceLockedException.cs
- TraceSource.cs
- NameTable.cs
- _NestedSingleAsyncResult.cs
- XPathMessageFilter.cs
- TemplateControl.cs
- UnregisterInfo.cs
- Axis.cs
- CalendarData.cs
- Activator.cs
- DbMetaDataColumnNames.cs
- EndpointDiscoveryMetadata.cs
- BindingContext.cs
- OutKeywords.cs
- DataGridViewCellValueEventArgs.cs
- UpdateTracker.cs
- PropertyTabChangedEvent.cs
- ModelTypeConverter.cs
- DbProviderServices.cs
- UDPClient.cs
- CacheVirtualItemsEvent.cs
- PrintPreviewGraphics.cs
- RestHandlerFactory.cs
- MetadataWorkspace.cs
- SQLBytesStorage.cs
- MeasurementDCInfo.cs
- PrivacyNoticeBindingElementImporter.cs
- XmlSchemaResource.cs
- FixedPosition.cs
- X509Certificate2Collection.cs
- TextAdaptor.cs
- Repeater.cs
- BatchWriter.cs
- IconConverter.cs
- CheckBoxField.cs
- ImageIndexConverter.cs
- FormViewInsertedEventArgs.cs
- Label.cs
- PanelDesigner.cs
- QueryResponse.cs
- MLangCodePageEncoding.cs
- basenumberconverter.cs
- TreeBuilderBamlTranslator.cs
- DbParameterCollectionHelper.cs
- SoapServerMethod.cs
- BackgroundFormatInfo.cs
- Size3D.cs
- DBDataPermission.cs
- XamlDesignerSerializationManager.cs
- XmlAttributeCollection.cs
- GiveFeedbackEventArgs.cs
- DbParameterCollectionHelper.cs
- GZipDecoder.cs
- BindingWorker.cs
- StringDictionaryCodeDomSerializer.cs
- streamingZipPartStream.cs
- SuppressMessageAttribute.cs
- HtmlWindowCollection.cs
- BuilderPropertyEntry.cs
- BitStack.cs
- XmlSchemaChoice.cs
- ObjectTokenCategory.cs
- MarkedHighlightComponent.cs
- XPathParser.cs
- MessageBox.cs
- FormViewModeEventArgs.cs
- TimerElapsedEvenArgs.cs
- TileBrush.cs
- BuildManager.cs
- CodeBlockBuilder.cs
- SolidColorBrush.cs