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
- AvTrace.cs
- XmlSerializerVersionAttribute.cs
- SecureConversationDriver.cs
- XmlDictionaryString.cs
- sqlpipe.cs
- IdentityManager.cs
- IEnumerable.cs
- SafeNativeMethods.cs
- CapabilitiesUse.cs
- HeaderUtility.cs
- ConfigXmlAttribute.cs
- XmlUtilWriter.cs
- RoleService.cs
- ObjectQueryState.cs
- URLString.cs
- DefaultEventAttribute.cs
- WindowsScrollBar.cs
- SchemaMapping.cs
- ServicesUtilities.cs
- DataBindEngine.cs
- ProfileServiceManager.cs
- ChannelServices.cs
- SpeechRecognizer.cs
- QilValidationVisitor.cs
- ConditionBrowserDialog.cs
- PermissionRequestEvidence.cs
- FlatButtonAppearance.cs
- XmlSchemaImport.cs
- AuthorizationRuleCollection.cs
- PreviewPrintController.cs
- WinEventQueueItem.cs
- InteropDesigner.xaml.cs
- MessageBox.cs
- KoreanCalendar.cs
- SeparatorAutomationPeer.cs
- ServiceEndpointElement.cs
- Int32CAMarshaler.cs
- QilTypeChecker.cs
- ToReply.cs
- CurrentTimeZone.cs
- TextBoxBaseDesigner.cs
- XpsImage.cs
- EventEntry.cs
- Semaphore.cs
- Freezable.cs
- WMIGenerator.cs
- DropShadowBitmapEffect.cs
- TabControlAutomationPeer.cs
- ConfigXmlSignificantWhitespace.cs
- COM2TypeInfoProcessor.cs
- RadioButtonBaseAdapter.cs
- HandlerWithFactory.cs
- DefaultEventAttribute.cs
- FreezableDefaultValueFactory.cs
- NullableDecimalAverageAggregationOperator.cs
- XmlUTF8TextWriter.cs
- ApplyHostConfigurationBehavior.cs
- QuotedStringFormatReader.cs
- InternalException.cs
- MemberMemberBinding.cs
- StrongTypingException.cs
- UpdatePanelTriggerCollection.cs
- XamlStyleSerializer.cs
- RemotingAttributes.cs
- CapiNative.cs
- XmlBufferedByteStreamReader.cs
- ConfigurationPropertyCollection.cs
- RowUpdatingEventArgs.cs
- SystemUnicastIPAddressInformation.cs
- Triplet.cs
- BuildProvidersCompiler.cs
- DataTableCollection.cs
- Configuration.cs
- XmlSerializationWriter.cs
- HMACSHA1.cs
- HMACSHA256.cs
- CategoryNameCollection.cs
- ClientBuildManagerTypeDescriptionProviderBridge.cs
- RecipientInfo.cs
- SqlProviderUtilities.cs
- AttachedPropertyInfo.cs
- IdentityNotMappedException.cs
- URLMembershipCondition.cs
- CodeThrowExceptionStatement.cs
- DataGridViewSelectedRowCollection.cs
- SecurityRuntime.cs
- LinqDataSourceStatusEventArgs.cs
- FormatConvertedBitmap.cs
- FileDialog.cs
- ReadWriteSpinLock.cs
- _HTTPDateParse.cs
- TrustSection.cs
- CodeDOMUtility.cs
- ConfigurationValidatorAttribute.cs
- PasswordBox.cs
- FontDifferentiator.cs
- WebServiceHandlerFactory.cs
- StringInfo.cs
- EventMap.cs
- SeverityFilter.cs