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
- MethodExpression.cs
- BaseValidator.cs
- BitmapEffectGroup.cs
- ImageCollectionEditor.cs
- DatagridviewDisplayedBandsData.cs
- SimpleExpression.cs
- VariableBinder.cs
- RotateTransform3D.cs
- GridViewColumnHeaderAutomationPeer.cs
- ExceptionUtil.cs
- StylusPointPropertyInfo.cs
- CryptographicAttribute.cs
- MobileControlPersister.cs
- Trace.cs
- Baml6ConstructorInfo.cs
- DeclarativeCatalogPart.cs
- EntityTransaction.cs
- TrackingRecordPreFilter.cs
- TimeEnumHelper.cs
- BaseTemplateParser.cs
- VSDExceptions.cs
- SupportingTokenDuplexChannel.cs
- CustomBindingElement.cs
- CounterCreationData.cs
- StaticDataManager.cs
- HttpApplicationFactory.cs
- MultiBinding.cs
- GeneralTransform2DTo3D.cs
- InkCanvasAutomationPeer.cs
- LineUtil.cs
- HtmlInputReset.cs
- DefaultTextStoreTextComposition.cs
- ListSurrogate.cs
- ContentWrapperAttribute.cs
- SqlCacheDependencyDatabase.cs
- TraceSource.cs
- DataGridSortCommandEventArgs.cs
- BadImageFormatException.cs
- DataGridViewRowHeightInfoPushedEventArgs.cs
- Vector3DAnimation.cs
- HtmlTitle.cs
- ListView.cs
- XmlReturnWriter.cs
- ObjectConverter.cs
- ConfigurationException.cs
- MergeFailedEvent.cs
- PartialList.cs
- XamlSerializerUtil.cs
- TrackingStringDictionary.cs
- XsltException.cs
- PeerNode.cs
- FaultFormatter.cs
- AuthorizationSection.cs
- mediaclock.cs
- ThemeInfoAttribute.cs
- LiteralText.cs
- XPathSelfQuery.cs
- IntellisenseTextBox.cs
- BitArray.cs
- ByteAnimationUsingKeyFrames.cs
- ObjectStateFormatter.cs
- Stroke2.cs
- BooleanFunctions.cs
- CompoundFileIOPermission.cs
- ConsoleTraceListener.cs
- TcpStreams.cs
- NavigationEventArgs.cs
- IdentityManager.cs
- NavigationPropertySingletonExpression.cs
- PeerApplicationLaunchInfo.cs
- DataServices.cs
- CompilationPass2Task.cs
- TdsParserHelperClasses.cs
- ZoneIdentityPermission.cs
- WebPartEventArgs.cs
- HttpAsyncResult.cs
- XPathAxisIterator.cs
- FileDataSourceCache.cs
- Message.cs
- SqlUserDefinedTypeAttribute.cs
- HTTPRemotingHandler.cs
- X509UI.cs
- AccessText.cs
- CustomErrorCollection.cs
- ToolZone.cs
- x509store.cs
- PackageFilter.cs
- UpdatePanel.cs
- TemplateBuilder.cs
- MeshGeometry3D.cs
- MulticastDelegate.cs
- SourceFilter.cs
- DescendentsWalkerBase.cs
- HttpResponse.cs
- CancellableEnumerable.cs
- CatalogZone.cs
- HttpResponse.cs
- FontWeightConverter.cs
- BaseTemplateBuildProvider.cs
- TextBox.cs