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
- Literal.cs
- AttributeQuery.cs
- WsdlParser.cs
- Util.cs
- mactripleDES.cs
- HostingEnvironment.cs
- WebEncodingValidator.cs
- TabControl.cs
- OdbcException.cs
- RichTextBoxContextMenu.cs
- EncryptedData.cs
- NativeMethods.cs
- ThousandthOfEmRealDoubles.cs
- DataRecordInternal.cs
- List.cs
- LookupNode.cs
- SemanticBasicElement.cs
- RadialGradientBrush.cs
- RequestCachingSection.cs
- CompiledXpathExpr.cs
- QilLoop.cs
- StreamGeometry.cs
- MarkerProperties.cs
- RemoveStoryboard.cs
- Int64Converter.cs
- SQLMembershipProvider.cs
- PathGeometry.cs
- PerformanceCounter.cs
- LoginAutoFormat.cs
- ExpressionEditorAttribute.cs
- RawUIStateInputReport.cs
- TargetParameterCountException.cs
- TypedAsyncResult.cs
- ConnectionStringsSection.cs
- InternalsVisibleToAttribute.cs
- CodeCommentStatement.cs
- DoWhileDesigner.xaml.cs
- SqlInternalConnectionSmi.cs
- FixedTextPointer.cs
- SapiRecognizer.cs
- DataView.cs
- DisableDpiAwarenessAttribute.cs
- UnmanagedHandle.cs
- ExpressionBuilderContext.cs
- ApplicationId.cs
- ColorConvertedBitmap.cs
- TextDecorationCollection.cs
- CacheChildrenQuery.cs
- DefaultTraceListener.cs
- DownloadProgressEventArgs.cs
- DataServiceQueryException.cs
- RequestTimeoutManager.cs
- ExpressionBuilder.cs
- CssClassPropertyAttribute.cs
- SQLBinaryStorage.cs
- GridLengthConverter.cs
- BuildProvidersCompiler.cs
- SynchronizationHandlesCodeDomSerializer.cs
- MemberAccessException.cs
- ConfigXmlElement.cs
- RemoteWebConfigurationHost.cs
- DataViewListener.cs
- System.Data_BID.cs
- RowToFieldTransformer.cs
- DataPagerCommandEventArgs.cs
- GridViewSelectEventArgs.cs
- WorkflowServiceNamespace.cs
- AdRotator.cs
- CheckPair.cs
- ScrollEvent.cs
- ObjectDataSourceDisposingEventArgs.cs
- KerberosSecurityTokenProvider.cs
- WebBrowserHelper.cs
- ScaleTransform3D.cs
- RawStylusInputCustomData.cs
- AutomationElement.cs
- X509Chain.cs
- UIElement.cs
- SHA256CryptoServiceProvider.cs
- Drawing.cs
- SortableBindingList.cs
- TextEditorTyping.cs
- TargetInvocationException.cs
- EdmMember.cs
- MSAANativeProvider.cs
- wgx_exports.cs
- InternalConfigHost.cs
- DbDataSourceEnumerator.cs
- CoTaskMemHandle.cs
- Vector3DKeyFrameCollection.cs
- XmlSecureResolver.cs
- XmlWrappingReader.cs
- StringUtil.cs
- AssemblySettingAttributes.cs
- ServicePointManager.cs
- BlockCollection.cs
- HostSecurityManager.cs
- ClipboardData.cs
- PinnedBufferMemoryStream.cs
- DataGridViewHeaderCell.cs