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
- SortFieldComparer.cs
- PrimaryKeyTypeConverter.cs
- ExtendedProperty.cs
- AutomationAttributeInfo.cs
- TextTreeInsertUndoUnit.cs
- ProfileEventArgs.cs
- _IPv6Address.cs
- Parser.cs
- XmlIncludeAttribute.cs
- WindowsGraphicsCacheManager.cs
- CounterCreationDataCollection.cs
- OleDbPropertySetGuid.cs
- CSharpCodeProvider.cs
- TableColumnCollection.cs
- Transform3DGroup.cs
- SmiSettersStream.cs
- ScriptControl.cs
- BaseTemplateBuildProvider.cs
- FlowLayoutPanel.cs
- MemberRelationshipService.cs
- SqlServices.cs
- IProvider.cs
- Parameter.cs
- InvalidComObjectException.cs
- RequestCacheEntry.cs
- FormsAuthentication.cs
- FixedBufferAttribute.cs
- SplitterDesigner.cs
- PageCache.cs
- DocobjHost.cs
- SignedXml.cs
- ReadOnlyCollection.cs
- Vector3DKeyFrameCollection.cs
- PeerCollaborationPermission.cs
- CodeTypeReferenceExpression.cs
- UIElementIsland.cs
- PersonalizationProviderHelper.cs
- Models.cs
- DataFormats.cs
- ConversionValidationRule.cs
- TimeSpan.cs
- Baml2006ReaderSettings.cs
- PointAnimationClockResource.cs
- Logging.cs
- MSG.cs
- WindowsGrip.cs
- AttributeTableBuilder.cs
- DefaultAuthorizationContext.cs
- TypeBuilderInstantiation.cs
- XmlSchemaAttributeGroup.cs
- ObjectConverter.cs
- XmlExtensionFunction.cs
- FontClient.cs
- _NegoState.cs
- BaseResourcesBuildProvider.cs
- NavigationCommands.cs
- HandlerFactoryWrapper.cs
- ConnectionStringEditor.cs
- PropertyDescriptorComparer.cs
- IntPtr.cs
- FontFamily.cs
- EndSelectCardRequest.cs
- BasicDesignerLoader.cs
- XMLSchema.cs
- BitmapCacheBrush.cs
- GridViewRowEventArgs.cs
- LightweightCodeGenerator.cs
- DataStreams.cs
- TagNameToTypeMapper.cs
- BufferedWebEventProvider.cs
- MenuCommand.cs
- InvalidProgramException.cs
- Crc32.cs
- Base64Encoder.cs
- ITextView.cs
- XmlSchemaChoice.cs
- PrefixQName.cs
- XpsFilter.cs
- MetadataCache.cs
- TemplatedMailWebEventProvider.cs
- DigitShape.cs
- GroupDescription.cs
- SessionMode.cs
- ToolStripOverflow.cs
- MultiplexingDispatchMessageFormatter.cs
- SubMenuStyleCollection.cs
- ActivityExecutor.cs
- CancelRequestedQuery.cs
- MergablePropertyAttribute.cs
- CornerRadius.cs
- AttributeConverter.cs
- TextChange.cs
- DynamicPropertyHolder.cs
- BitmapEffectGeneralTransform.cs
- XmlComment.cs
- SafeHandle.cs
- DataGridViewColumn.cs
- SynchronizationContext.cs
- DirectionalLight.cs
- SRGSCompiler.cs