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
- HuffCodec.cs
- ParagraphResult.cs
- FlowLayoutSettings.cs
- Transactions.cs
- Internal.cs
- MeasurementDCInfo.cs
- RSAPKCS1SignatureDeformatter.cs
- TypedTableBaseExtensions.cs
- WebZone.cs
- WindowsListViewItemCheckBox.cs
- FieldInfo.cs
- DataGridViewDataErrorEventArgs.cs
- ModelItemCollectionImpl.cs
- mediaclock.cs
- DataGridTextBox.cs
- SkipQueryOptionExpression.cs
- UIElementPropertyUndoUnit.cs
- ObjectDataSourceWizardForm.cs
- LocalIdKeyIdentifierClause.cs
- TimeZone.cs
- HtmlDocument.cs
- CurrencyWrapper.cs
- SafeLocalAllocation.cs
- NavigationExpr.cs
- StrongNamePublicKeyBlob.cs
- FormattedText.cs
- TextEditorCopyPaste.cs
- ModelProperty.cs
- ConstrainedDataObject.cs
- ToolTipService.cs
- Size.cs
- ConfigurationManagerInternal.cs
- DesignerCalendarAdapter.cs
- SystemFonts.cs
- ListViewDeletedEventArgs.cs
- GeometryGroup.cs
- TemplateAction.cs
- DefaultSettingsSection.cs
- QilVisitor.cs
- Section.cs
- CrossAppDomainChannel.cs
- VisualState.cs
- RouteData.cs
- SpeakCompletedEventArgs.cs
- SocketConnection.cs
- StdValidatorsAndConverters.cs
- RectAnimationBase.cs
- SecurityTokenContainer.cs
- TabletDeviceInfo.cs
- XmlIlVisitor.cs
- InvalidDataException.cs
- Compress.cs
- XmlSchemaComplexType.cs
- ImplicitInputBrush.cs
- ReadOnlyCollectionBase.cs
- MemberExpressionHelper.cs
- TaiwanCalendar.cs
- RotationValidation.cs
- Dump.cs
- ResolveMatchesCD1.cs
- PackageDigitalSignature.cs
- NegotiationTokenAuthenticator.cs
- FontDriver.cs
- ButtonBaseAutomationPeer.cs
- BinaryCommonClasses.cs
- InternalSafeNativeMethods.cs
- IIS7UserPrincipal.cs
- LoginDesignerUtil.cs
- ConnectionPoint.cs
- WCFServiceClientProxyGenerator.cs
- ChangeBlockUndoRecord.cs
- LicenseContext.cs
- SaveFileDialog.cs
- ScriptBehaviorDescriptor.cs
- IconConverter.cs
- WorkflowDefinitionDispenser.cs
- TextLineBreak.cs
- SizeAnimationUsingKeyFrames.cs
- ToolBarOverflowPanel.cs
- HtmlHead.cs
- GroupPartitionExpr.cs
- PublishLicense.cs
- XmlSchemaSimpleContentRestriction.cs
- AutomationIdentifier.cs
- ContentControl.cs
- ProfileEventArgs.cs
- SHA1Managed.cs
- CodeAttributeDeclaration.cs
- QilLoop.cs
- DocumentSchemaValidator.cs
- PictureBox.cs
- securitycriticaldataformultiplegetandset.cs
- RegistryKey.cs
- PropertyItemInternal.cs
- ScriptingSectionGroup.cs
- FormViewModeEventArgs.cs
- NTAccount.cs
- TranslateTransform.cs
- SiteIdentityPermission.cs
- CleanUpVirtualizedItemEventArgs.cs