Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Core / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ZipIOBlockManager.cs
- OdbcEnvironment.cs
- CheckBox.cs
- RequestCacheManager.cs
- View.cs
- XmlChildNodes.cs
- JournalEntry.cs
- WaitHandleCannotBeOpenedException.cs
- ModelVisual3D.cs
- MissingMethodException.cs
- ImageSource.cs
- HtmlUtf8RawTextWriter.cs
- BamlLocalizationDictionary.cs
- SoapIgnoreAttribute.cs
- TableLayoutSettingsTypeConverter.cs
- CookieProtection.cs
- StorageEntitySetMapping.cs
- CodeDOMUtility.cs
- ModelFactory.cs
- GridViewColumnHeader.cs
- dbdatarecord.cs
- SqlNotificationEventArgs.cs
- XPathDescendantIterator.cs
- Pair.cs
- AutomationEvent.cs
- ellipse.cs
- SmiTypedGetterSetter.cs
- ToolboxComponentsCreatingEventArgs.cs
- Int32Converter.cs
- COM2EnumConverter.cs
- Int16KeyFrameCollection.cs
- Stopwatch.cs
- LassoHelper.cs
- LocationUpdates.cs
- SmtpFailedRecipientException.cs
- TagPrefixInfo.cs
- DataStreams.cs
- TransformPattern.cs
- SkipQueryOptionExpression.cs
- UriParserTemplates.cs
- XamlStyleSerializer.cs
- MetadataUtilsSmi.cs
- MergablePropertyAttribute.cs
- Substitution.cs
- PeerInvitationResponse.cs
- AnnotationDocumentPaginator.cs
- GeometryHitTestResult.cs
- OleDbPropertySetGuid.cs
- XmlNullResolver.cs
- ContractComponent.cs
- DrawingContextDrawingContextWalker.cs
- XNodeValidator.cs
- IsolationInterop.cs
- ViewStateException.cs
- ErrorWebPart.cs
- KeyManager.cs
- SkinBuilder.cs
- WorkflowDefinitionDispenser.cs
- XD.cs
- NativeMethods.cs
- XmlCountingReader.cs
- DoubleLinkList.cs
- MessageQueueConverter.cs
- BitmapEncoder.cs
- SelectorItemAutomationPeer.cs
- SafeSystemMetrics.cs
- DelegateSerializationHolder.cs
- RolePrincipal.cs
- TypeLoadException.cs
- HttpProfileBase.cs
- XmlSchemaSimpleTypeUnion.cs
- DropShadowBitmapEffect.cs
- XMLSyntaxException.cs
- PassportAuthentication.cs
- QueueException.cs
- AddInIpcChannel.cs
- XmlSerializerFactory.cs
- CryptoApi.cs
- QueryInterceptorAttribute.cs
- MethodRental.cs
- WebPartManagerInternals.cs
- SiteMapNodeItemEventArgs.cs
- TemplateControlBuildProvider.cs
- TreeSet.cs
- WebBrowserNavigatedEventHandler.cs
- Profiler.cs
- FixedDSBuilder.cs
- FlowLayout.cs
- ExtensibleClassFactory.cs
- ReadOnlyPropertyMetadata.cs
- Geometry3D.cs
- Cursors.cs
- SerialErrors.cs
- ApplicationHost.cs
- XdrBuilder.cs
- WebControlAdapter.cs
- _NetRes.cs
- CodeParameterDeclarationExpression.cs
- InternalConfigConfigurationFactory.cs
- OracleConnectionStringBuilder.cs