Code:
/ 4.0 / 4.0 / 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. 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
- ColorConverter.cs
- IisTraceWebEventProvider.cs
- System.Data.OracleClient_BID.cs
- SettingsPropertyWrongTypeException.cs
- OleDbWrapper.cs
- TabOrder.cs
- Stream.cs
- SEHException.cs
- OneOfElement.cs
- MaskDescriptors.cs
- Rotation3DAnimationUsingKeyFrames.cs
- DaylightTime.cs
- ScrollPattern.cs
- SafeNativeMethods.cs
- AnimatedTypeHelpers.cs
- ReaderWriterLockSlim.cs
- templategroup.cs
- ItemCheckedEvent.cs
- ScopedKnownTypes.cs
- ToolStripPanelRow.cs
- DESCryptoServiceProvider.cs
- ExpressionBindingCollection.cs
- PropertyDescriptorGridEntry.cs
- DynamicResourceExtension.cs
- SourceItem.cs
- ImageFormat.cs
- ChannelServices.cs
- ParenthesizePropertyNameAttribute.cs
- RuntimeIdentifierPropertyAttribute.cs
- UIElementPropertyUndoUnit.cs
- SqlDataSourceSelectingEventArgs.cs
- FlowDecisionLabelFeature.cs
- EntityCommandCompilationException.cs
- BufferedReceiveElement.cs
- WindowVisualStateTracker.cs
- DisplayInformation.cs
- PerformanceCounterCategory.cs
- WebPartTracker.cs
- ItemList.cs
- MappingModelBuildProvider.cs
- SmtpException.cs
- ProcessInputEventArgs.cs
- XmlNamespaceManager.cs
- ClientTarget.cs
- GroupLabel.cs
- UniqueEventHelper.cs
- TimelineClockCollection.cs
- TraceHandlerErrorFormatter.cs
- WebPartUtil.cs
- _Win32.cs
- Pens.cs
- TagElement.cs
- SQLDouble.cs
- NonVisualControlAttribute.cs
- PEFileReader.cs
- NameObjectCollectionBase.cs
- HostingPreferredMapPath.cs
- TypefaceMap.cs
- Vector3DCollectionConverter.cs
- FormViewModeEventArgs.cs
- PermissionSet.cs
- DelayedRegex.cs
- MruCache.cs
- EnumValAlphaComparer.cs
- Int64Converter.cs
- SequentialOutput.cs
- Utils.cs
- UrlAuthorizationModule.cs
- Mutex.cs
- DependencyObject.cs
- ProtocolElement.cs
- CodeChecksumPragma.cs
- ExtensionDataReader.cs
- ImageCodecInfo.cs
- WasHostedComPlusFactory.cs
- ProcessHostConfigUtils.cs
- MimeTypePropertyAttribute.cs
- sqlstateclientmanager.cs
- SetIndexBinder.cs
- Size3D.cs
- LocalValueEnumerator.cs
- RegisteredExpandoAttribute.cs
- CurrentTimeZone.cs
- RecognizerBase.cs
- EventLogPermission.cs
- View.cs
- DiagnosticsConfiguration.cs
- BooleanAnimationUsingKeyFrames.cs
- ListViewTableRow.cs
- ToolStripItemClickedEventArgs.cs
- DataBoundControlAdapter.cs
- TokenizerHelper.cs
- GeometryHitTestParameters.cs
- RelationshipConstraintValidator.cs
- TreeView.cs
- ArrangedElementCollection.cs
- SplitterEvent.cs
- SettingsPropertyCollection.cs
- SqlCacheDependencySection.cs
- safelink.cs