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
- MailMessageEventArgs.cs
- BinaryFormatterWriter.cs
- ScrollChrome.cs
- LocalizationComments.cs
- ToolStripItemBehavior.cs
- DeviceContexts.cs
- unsafeIndexingFilterStream.cs
- _ChunkParse.cs
- ListViewGroupConverter.cs
- xmlNames.cs
- ReadContentAsBinaryHelper.cs
- ByeMessageCD1.cs
- RadioButtonList.cs
- ExpressionsCollectionConverter.cs
- SignedXmlDebugLog.cs
- DataGridParentRows.cs
- CmsUtils.cs
- Sql8ConformanceChecker.cs
- BamlRecords.cs
- DispatcherExceptionFilterEventArgs.cs
- SelectionProviderWrapper.cs
- MsmqIntegrationProcessProtocolHandler.cs
- RequestQueue.cs
- DBAsyncResult.cs
- QuaternionAnimationUsingKeyFrames.cs
- EventItfInfo.cs
- MetadataUtilsSmi.cs
- SubMenuStyle.cs
- RelationshipManager.cs
- ByteStreamMessageUtility.cs
- DynamicPropertyHolder.cs
- DataService.cs
- InfoCardSymmetricAlgorithm.cs
- DBAsyncResult.cs
- FormatVersion.cs
- CodeDOMUtility.cs
- ArrangedElementCollection.cs
- CollectionViewGroupInternal.cs
- BindingCompleteEventArgs.cs
- DataGridClipboardHelper.cs
- BufferedOutputStream.cs
- Transform.cs
- RawUIStateInputReport.cs
- _NativeSSPI.cs
- MimeBasePart.cs
- CryptoKeySecurity.cs
- StorageRoot.cs
- LogicalTreeHelper.cs
- DockAndAnchorLayout.cs
- DesignerOptionService.cs
- FlowLayout.cs
- RtfToken.cs
- TextContainerChangeEventArgs.cs
- UnsafeNativeMethods.cs
- DecoderReplacementFallback.cs
- DataGridViewCellStyleBuilderDialog.cs
- InstallerTypeAttribute.cs
- ToolStripStatusLabel.cs
- CodeAttributeArgument.cs
- SchemaCollectionCompiler.cs
- IPAddress.cs
- MethodRental.cs
- BaseAddressElement.cs
- safelink.cs
- _LocalDataStore.cs
- NameSpaceEvent.cs
- VariableModifiersHelper.cs
- StylusCaptureWithinProperty.cs
- Brushes.cs
- WebPartDescriptionCollection.cs
- PersonalizationProviderCollection.cs
- LambdaCompiler.Binary.cs
- CompletionBookmark.cs
- BufferAllocator.cs
- AuthorizationSection.cs
- RequestTimeoutManager.cs
- Window.cs
- AttributeCollection.cs
- IndexingContentUnit.cs
- BevelBitmapEffect.cs
- ADRoleFactoryConfiguration.cs
- DataKeyCollection.cs
- BitmapEffectDrawing.cs
- ProfileSettingsCollection.cs
- DesignerActionVerbItem.cs
- Parameter.cs
- FtpWebResponse.cs
- StyleSheet.cs
- AssertFilter.cs
- ExternalDataExchangeService.cs
- GeometryGroup.cs
- TableRowCollection.cs
- ActiveDesignSurfaceEvent.cs
- ImageInfo.cs
- InputProcessorProfiles.cs
- NamedElement.cs
- WinEventWrap.cs
- AppDomain.cs
- PackageRelationshipCollection.cs
- Rotation3DAnimation.cs