Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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
- ClientOptions.cs
- TableMethodGenerator.cs
- FunctionMappingTranslator.cs
- TriState.cs
- TypedTableHandler.cs
- CollectionViewSource.cs
- AdRotator.cs
- ServiceNotStartedException.cs
- ZipIOExtraFieldZip64Element.cs
- FormCollection.cs
- XmlSchemaElement.cs
- TextTreeExtractElementUndoUnit.cs
- FlagsAttribute.cs
- DocobjHost.cs
- CharAnimationUsingKeyFrames.cs
- EditorPartCollection.cs
- CounterSample.cs
- ConfigurationElement.cs
- FragmentQuery.cs
- DataGridView.cs
- CodeObjectCreateExpression.cs
- Stacktrace.cs
- DynamicValidatorEventArgs.cs
- DataGridCell.cs
- LocalBuilder.cs
- XmlLanguageConverter.cs
- HtmlTernaryTree.cs
- DeferredSelectedIndexReference.cs
- TypeBuilder.cs
- ObjectTokenCategory.cs
- AutoResizedEvent.cs
- TextureBrush.cs
- LinearKeyFrames.cs
- Utility.cs
- EpmHelper.cs
- SplitterPanel.cs
- PropertyTab.cs
- NotEqual.cs
- EventLogTraceListener.cs
- SiteMapDataSource.cs
- EditorZoneBase.cs
- DataPager.cs
- LayoutEvent.cs
- UnsafeNativeMethodsCLR.cs
- ChangeConflicts.cs
- SafeArrayTypeMismatchException.cs
- NumericExpr.cs
- SocketPermission.cs
- AccessText.cs
- KeyPressEvent.cs
- linebase.cs
- DefaultEventAttribute.cs
- ComplexObject.cs
- EventMap.cs
- CommandLineParser.cs
- TypeLibConverter.cs
- EntityContainerAssociationSetEnd.cs
- GifBitmapDecoder.cs
- ClientReliableChannelBinder.cs
- EntityViewGenerationConstants.cs
- StorageInfo.cs
- CodeDelegateInvokeExpression.cs
- BlurBitmapEffect.cs
- NotifyCollectionChangedEventArgs.cs
- CodeArgumentReferenceExpression.cs
- SafeLocalAllocation.cs
- PersonalizationAdministration.cs
- TypeContext.cs
- ActivityWithResultValueSerializer.cs
- XmlObjectSerializerReadContext.cs
- GestureRecognizer.cs
- TypeReference.cs
- PolyLineSegment.cs
- SmtpTransport.cs
- ItemCheckEvent.cs
- RegionInfo.cs
- LabelDesigner.cs
- DbConnectionPoolGroup.cs
- serverconfig.cs
- WpfPayload.cs
- TextEditorContextMenu.cs
- DecoderReplacementFallback.cs
- CoreChannel.cs
- Oid.cs
- HostProtectionException.cs
- SchemaManager.cs
- BitmapSourceSafeMILHandle.cs
- ClientEndpointLoader.cs
- HotSpotCollectionEditor.cs
- uribuilder.cs
- ExpressionTextBox.xaml.cs
- httpapplicationstate.cs
- DocobjHost.cs
- OdbcFactory.cs
- HtmlTable.cs
- PerformanceCounter.cs
- Overlapped.cs
- ListInitExpression.cs
- ListBoxItemWrapperAutomationPeer.cs
- XmlSortKeyAccumulator.cs