Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / System / Windows / Media / InvalidWMPVersionException.cs / 1305600 / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DataTableTypeConverter.cs
- MaskedTextBox.cs
- Visitors.cs
- ContentPosition.cs
- OdbcCommandBuilder.cs
- ParameterCollectionEditorForm.cs
- ParenExpr.cs
- CodeDefaultValueExpression.cs
- BamlResourceSerializer.cs
- RootBuilder.cs
- HttpChannelFactory.cs
- HtmlUtf8RawTextWriter.cs
- __TransparentProxy.cs
- DependencyProperty.cs
- Table.cs
- UxThemeWrapper.cs
- SafeNativeMethodsOther.cs
- DateTimeFormat.cs
- HuffmanTree.cs
- SchemaTypeEmitter.cs
- Size.cs
- PackagePartCollection.cs
- TdsParserStateObject.cs
- ArrowControl.xaml.cs
- ToggleProviderWrapper.cs
- CodeEntryPointMethod.cs
- WrappedIUnknown.cs
- MenuEventArgs.cs
- ViewBase.cs
- IIS7UserPrincipal.cs
- StreamHelper.cs
- Lease.cs
- ExpressionBuilderContext.cs
- TreeNodeMouseHoverEvent.cs
- PersistenceContext.cs
- XmlAutoDetectWriter.cs
- BaseTemplateCodeDomTreeGenerator.cs
- JoinTreeSlot.cs
- XmlJsonWriter.cs
- SharedPersonalizationStateInfo.cs
- embossbitmapeffect.cs
- DrawingCollection.cs
- AlignmentXValidation.cs
- AutoCompleteStringCollection.cs
- CodeAccessSecurityEngine.cs
- FontStyle.cs
- WebPartTransformer.cs
- LiteralControl.cs
- SmtpLoginAuthenticationModule.cs
- ToolZone.cs
- FileDialog_Vista_Interop.cs
- Base64Decoder.cs
- MissingMethodException.cs
- RepeatEnumerable.cs
- WindowsHyperlink.cs
- HMACSHA1.cs
- SafeFileMapViewHandle.cs
- ToolStripItemGlyph.cs
- EncryptedReference.cs
- MutexSecurity.cs
- ResXBuildProvider.cs
- ConditionalAttribute.cs
- CompilerErrorCollection.cs
- JournalEntryListConverter.cs
- TemplateControlParser.cs
- DesignerCategoryAttribute.cs
- OuterGlowBitmapEffect.cs
- WsatStrings.cs
- ManagementBaseObject.cs
- TextModifier.cs
- DataTemplate.cs
- DataControlExtensions.cs
- DivideByZeroException.cs
- HebrewCalendar.cs
- MobileTextWriter.cs
- ZipIOCentralDirectoryBlock.cs
- EntityDataSourceWrapper.cs
- BrowserCapabilitiesCompiler.cs
- DataSourceProvider.cs
- XmlUtf8RawTextWriter.cs
- SoapFormatExtensions.cs
- WebPartConnection.cs
- ItemsControlAutomationPeer.cs
- ScopeCompiler.cs
- XXXInfos.cs
- BaseCodeDomTreeGenerator.cs
- MarkupExtensionParser.cs
- DataIdProcessor.cs
- DbConnectionInternal.cs
- HttpProfileGroupBase.cs
- TcpTransportSecurity.cs
- PinnedBufferMemoryStream.cs
- ListView.cs
- NativeWindow.cs
- BackStopAuthenticationModule.cs
- TypeForwardedFromAttribute.cs
- ExtendedPropertiesHandler.cs
- EdmToObjectNamespaceMap.cs
- InfoCardSymmetricAlgorithm.cs
- ProcessManager.cs