Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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
- MachineSettingsSection.cs
- ReturnEventArgs.cs
- PrintEvent.cs
- SafeEventLogReadHandle.cs
- EpmContentDeSerializer.cs
- DataGridViewCellValueEventArgs.cs
- DataViewListener.cs
- DuplicateDetector.cs
- SkipQueryOptionExpression.cs
- EventRoute.cs
- RuntimeHandles.cs
- Cursor.cs
- ConnectionConsumerAttribute.cs
- TypeSystem.cs
- WebPartCatalogAddVerb.cs
- RenderData.cs
- BitVector32.cs
- XmlElementAttribute.cs
- QueryCacheKey.cs
- XmlDataProvider.cs
- DelayedRegex.cs
- HtmlControl.cs
- FontDriver.cs
- RegistryPermission.cs
- ListInitExpression.cs
- srgsitem.cs
- XmlSerializationWriter.cs
- ToolStripItemImageRenderEventArgs.cs
- PeerContact.cs
- Soap12FormatExtensions.cs
- PartialCachingAttribute.cs
- TextFormatterImp.cs
- Attributes.cs
- complextypematerializer.cs
- XmlMapping.cs
- PaperSource.cs
- DaylightTime.cs
- FragmentQueryKB.cs
- ListViewGroupCollectionEditor.cs
- RightNameExpirationInfoPair.cs
- TagNameToTypeMapper.cs
- FilterRepeater.cs
- Span.cs
- propertytag.cs
- TextRangeBase.cs
- TextDecoration.cs
- JsonServiceDocumentSerializer.cs
- DataGridViewUtilities.cs
- ToolStripPanelRow.cs
- FormsIdentity.cs
- CodeNamespaceImport.cs
- SecureStringHasher.cs
- EntityDataSourceWrapper.cs
- FamilyCollection.cs
- EdmFunction.cs
- DataGridAddNewRow.cs
- UIElement3D.cs
- CacheHelper.cs
- ResolvedKeyFrameEntry.cs
- StylusPlugin.cs
- Icon.cs
- HtmlElement.cs
- TextOutput.cs
- PersonalizationAdministration.cs
- RowType.cs
- QuaternionAnimation.cs
- SetIterators.cs
- PresentationSource.cs
- PeerInvitationResponse.cs
- IWorkflowDebuggerService.cs
- ListView.cs
- Screen.cs
- DateTimeFormatInfo.cs
- StyleSheetDesigner.cs
- InstanceStore.cs
- DataGridViewCheckBoxCell.cs
- WebBrowserBase.cs
- WebColorConverter.cs
- AuthenticationModeHelper.cs
- IfAction.cs
- WebEventCodes.cs
- SafeFileMappingHandle.cs
- StringHelper.cs
- RawAppCommandInputReport.cs
- InvokeMethodActivityDesigner.cs
- ParameterBinding.cs
- SqlRecordBuffer.cs
- VirtualPathData.cs
- returneventsaver.cs
- Iis7Helper.cs
- XmlDocumentSchema.cs
- ResourceReferenceExpression.cs
- Page.cs
- DecoderFallback.cs
- CancelEventArgs.cs
- BackEase.cs
- HelpKeywordAttribute.cs
- SystemShuttingDownException.cs
- TemplateBuilder.cs
- ReceiveActivityDesignerTheme.cs