Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / Framework / System / Windows / Controls / ExceptionRoutedEventArgs.cs / 1 / ExceptionRoutedEventArgs.cs
//------------------------------------------------------------------------------ // Microsoft Avalon // Copyright (c) Microsoft Corporation, 2003 // // File: ExceptionRoutedEventArgs.cs // //----------------------------------------------------------------------------- using System; namespace System.Windows { #region ExceptionRoutedEventArgs ////// Holds the error event arguments for media failed events from a MediaElement. /// Since other MediaFailed events from the MediaClock or MediaTimeline are not /// routed events, this is separated out into a different class. /// public sealed class ExceptionRoutedEventArgs : RoutedEventArgs { internal ExceptionRoutedEventArgs( RoutedEvent routedEvent, object sender, Exception errorException ) : base(routedEvent, sender) { if (errorException == null) { throw new ArgumentNullException("errorException"); } _errorException = errorException; } ////// The exception that describes the media failure. /// public Exception ErrorException { get { return _errorException; } } private Exception _errorException; }; #endregion } // namespace System.Windows // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------------------------ // Microsoft Avalon // Copyright (c) Microsoft Corporation, 2003 // // File: ExceptionRoutedEventArgs.cs // //----------------------------------------------------------------------------- using System; namespace System.Windows { #region ExceptionRoutedEventArgs ////// Holds the error event arguments for media failed events from a MediaElement. /// Since other MediaFailed events from the MediaClock or MediaTimeline are not /// routed events, this is separated out into a different class. /// public sealed class ExceptionRoutedEventArgs : RoutedEventArgs { internal ExceptionRoutedEventArgs( RoutedEvent routedEvent, object sender, Exception errorException ) : base(routedEvent, sender) { if (errorException == null) { throw new ArgumentNullException("errorException"); } _errorException = errorException; } ////// The exception that describes the media failure. /// public Exception ErrorException { get { return _errorException; } } private Exception _errorException; }; #endregion } // namespace System.Windows // 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
- Converter.cs
- HandlerWithFactory.cs
- XmlSchemaComplexType.cs
- CreateUserWizard.cs
- TypeDependencyAttribute.cs
- ImageListUtils.cs
- TextEndOfLine.cs
- LinqToSqlWrapper.cs
- TypeReference.cs
- HtmlInputButton.cs
- ZipIOCentralDirectoryFileHeader.cs
- StatusBarItemAutomationPeer.cs
- OrderByQueryOptionExpression.cs
- DbDataAdapter.cs
- TileModeValidation.cs
- CmsInterop.cs
- SwitchAttribute.cs
- SafeNativeMethods.cs
- TrackBarRenderer.cs
- WindowCollection.cs
- ValidationResult.cs
- XamlGridLengthSerializer.cs
- NegotiateStream.cs
- DetailsViewDeleteEventArgs.cs
- PingReply.cs
- ActivityTrace.cs
- ValidatingPropertiesEventArgs.cs
- FeatureSupport.cs
- XmlFormatExtensionAttribute.cs
- NameValueConfigurationCollection.cs
- PaintEvent.cs
- MasterPageBuildProvider.cs
- WebEventCodes.cs
- IconEditor.cs
- OnOperation.cs
- DockProviderWrapper.cs
- BufferedGraphics.cs
- CacheOutputQuery.cs
- Function.cs
- SqlDependency.cs
- ListParagraph.cs
- VirtualPathUtility.cs
- ObjectDataSourceMethodEventArgs.cs
- DesignSurfaceServiceContainer.cs
- PaintEvent.cs
- ExpressionPrinter.cs
- ResourceSet.cs
- FileDataSourceCache.cs
- Application.cs
- ForceCopyBuildProvider.cs
- Flowchart.cs
- ClaimTypeElementCollection.cs
- DataRelationCollection.cs
- RequestQueue.cs
- IPEndPointCollection.cs
- XComponentModel.cs
- VisualStyleTypesAndProperties.cs
- ThreadStartException.cs
- FileLogRecordStream.cs
- ParserExtension.cs
- DataGridTextBoxColumn.cs
- TraceSection.cs
- FontFamilyIdentifier.cs
- SerializationEventsCache.cs
- QilIterator.cs
- XPathNodeIterator.cs
- FontFamilyValueSerializer.cs
- UmAlQuraCalendar.cs
- JavascriptXmlWriterWrapper.cs
- UInt32Storage.cs
- ProcessThread.cs
- SiteMap.cs
- FileVersion.cs
- WpfWebRequestHelper.cs
- DelegatingConfigHost.cs
- ReachPrintTicketSerializerAsync.cs
- SqlCacheDependency.cs
- DelegatingStream.cs
- SQLResource.cs
- CommandSet.cs
- XmlLoader.cs
- WebServiceEnumData.cs
- ByteStack.cs
- AstTree.cs
- ImageSourceTypeConverter.cs
- Int32Storage.cs
- TextEditorParagraphs.cs
- SecUtil.cs
- ValueSerializer.cs
- TextEditor.cs
- StreamGeometry.cs
- NavigationEventArgs.cs
- PrintEvent.cs
- SortExpressionBuilder.cs
- BaseParagraph.cs
- RootProjectionNode.cs
- PaginationProgressEventArgs.cs
- PkcsMisc.cs
- TrackBar.cs
- DependencyPropertyKey.cs