Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / System / Windows / Media / Animation / AnimationException.cs / 1305600 / AnimationException.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // //--------------------------------------------------------------------------- using System; using System.Runtime.Serialization; using System.Windows.Media.Animation; using MS.Internal.PresentationCore; // SR, SRID namespace System.Windows.Media.Animation { ////// This is a wrapped exception designed to be thrown when we encounter an exception in /// the process of animating. It provides the AnimationClock controlling the animation, /// the DependencyProperty on which the animation is applied, and IAnimatable target /// element on which the DependencyProperty is set. /// [Serializable] public sealed class AnimationException : SystemException { //----------------------------------------------------- // // Constructors // //----------------------------------------------------- #region Constructors ////// Internal Constructor /// /// /// /// /// /// internal AnimationException( AnimationClock clock, DependencyProperty property, IAnimatable target, string message, Exception innerException) : base(message, innerException) { _clock = clock; _property = property; _targetElement = target; } ////// Constructor used to deserialize the exception /// /// /// private AnimationException(SerializationInfo info, StreamingContext context) : base(info, context) { } #endregion // Constructors //------------------------------------------------------ // // Public Properties // //----------------------------------------------------- #region Public Properties ////// Clock represents the AnimationClock currently animating the /// DependencyObject / DependencyProperty pair. /// public AnimationClock Clock { get { return _clock; } } ////// Property represents the DependencyProperty that is being animated. The DependencyObject /// on which this property is set is the Target. /// public DependencyProperty Property { get { return _property; } } ////// Target represents the IAnimatable on which the animation is being applied; /// it is the IAnimatable DependencyObject on which 'Property' has been set /// public IAnimatable Target { get { return _targetElement; } } #endregion // Public Properties //------------------------------------------------------ // // Private Fields // //------------------------------------------------------ #region Private Fields [NonSerialized] private AnimationClock _clock; [NonSerialized] private DependencyProperty _property; [NonSerialized] private IAnimatable _targetElement; #endregion // Private Fields } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // //--------------------------------------------------------------------------- using System; using System.Runtime.Serialization; using System.Windows.Media.Animation; using MS.Internal.PresentationCore; // SR, SRID namespace System.Windows.Media.Animation { ////// This is a wrapped exception designed to be thrown when we encounter an exception in /// the process of animating. It provides the AnimationClock controlling the animation, /// the DependencyProperty on which the animation is applied, and IAnimatable target /// element on which the DependencyProperty is set. /// [Serializable] public sealed class AnimationException : SystemException { //----------------------------------------------------- // // Constructors // //----------------------------------------------------- #region Constructors ////// Internal Constructor /// /// /// /// /// /// internal AnimationException( AnimationClock clock, DependencyProperty property, IAnimatable target, string message, Exception innerException) : base(message, innerException) { _clock = clock; _property = property; _targetElement = target; } ////// Constructor used to deserialize the exception /// /// /// private AnimationException(SerializationInfo info, StreamingContext context) : base(info, context) { } #endregion // Constructors //------------------------------------------------------ // // Public Properties // //----------------------------------------------------- #region Public Properties ////// Clock represents the AnimationClock currently animating the /// DependencyObject / DependencyProperty pair. /// public AnimationClock Clock { get { return _clock; } } ////// Property represents the DependencyProperty that is being animated. The DependencyObject /// on which this property is set is the Target. /// public DependencyProperty Property { get { return _property; } } ////// Target represents the IAnimatable on which the animation is being applied; /// it is the IAnimatable DependencyObject on which 'Property' has been set /// public IAnimatable Target { get { return _targetElement; } } #endregion // Public Properties //------------------------------------------------------ // // Private Fields // //------------------------------------------------------ #region Private Fields [NonSerialized] private AnimationClock _clock; [NonSerialized] private DependencyProperty _property; [NonSerialized] private IAnimatable _targetElement; #endregion // Private Fields } } // 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
- ItemCheckedEvent.cs
- ProfileServiceManager.cs
- XPathDocumentBuilder.cs
- ActivationArguments.cs
- PathSegment.cs
- HtmlTableCell.cs
- CollectionViewSource.cs
- CoreChannel.cs
- MorphHelper.cs
- NativeMethods.cs
- PersonalizationStateQuery.cs
- DataServiceQueryException.cs
- OracleCommandSet.cs
- XmlSchemaIdentityConstraint.cs
- ConfigXmlCDataSection.cs
- CacheVirtualItemsEvent.cs
- DocumentViewer.cs
- TimeSpan.cs
- BlockCollection.cs
- FixedSOMLineRanges.cs
- RectangleConverter.cs
- LinkLabel.cs
- ExternalCalls.cs
- DaylightTime.cs
- HatchBrush.cs
- SatelliteContractVersionAttribute.cs
- WebPartHelpVerb.cs
- XslAstAnalyzer.cs
- CheckBoxAutomationPeer.cs
- EntityClassGenerator.cs
- TextOutput.cs
- LoadRetryAsyncResult.cs
- AliasedExpr.cs
- Pair.cs
- ExecutionContext.cs
- StrokeCollectionDefaultValueFactory.cs
- RC2CryptoServiceProvider.cs
- Pair.cs
- IndependentlyAnimatedPropertyMetadata.cs
- HelpProvider.cs
- BindValidationContext.cs
- ToolStripRenderEventArgs.cs
- DbMetaDataCollectionNames.cs
- ThreadStartException.cs
- translator.cs
- ColorConvertedBitmapExtension.cs
- Form.cs
- SafeHandle.cs
- DataObject.cs
- NativeMethods.cs
- WebPartCancelEventArgs.cs
- Composition.cs
- ChannelDispatcher.cs
- LayoutSettings.cs
- GeneralTransform3D.cs
- FieldBuilder.cs
- DataGridCellInfo.cs
- WebServiceResponse.cs
- ConnectionStringsExpressionBuilder.cs
- TextCharacters.cs
- BamlBinaryWriter.cs
- PersonalizationProviderCollection.cs
- HttpCachePolicy.cs
- NonVisualControlAttribute.cs
- PageAsyncTaskManager.cs
- TreeNodeMouseHoverEvent.cs
- DataGridCellItemAutomationPeer.cs
- SchemaImporterExtensionElement.cs
- ControlBuilder.cs
- EdmItemError.cs
- MDIClient.cs
- CopyCodeAction.cs
- VersionedStreamOwner.cs
- WebPartVerb.cs
- Compiler.cs
- formatter.cs
- DataBindEngine.cs
- RequestCacheValidator.cs
- ClientApiGenerator.cs
- EncoderNLS.cs
- CustomSignedXml.cs
- PropertySourceInfo.cs
- loginstatus.cs
- TemplateControlBuildProvider.cs
- XmlObjectSerializerWriteContextComplex.cs
- _UriTypeConverter.cs
- ContentControl.cs
- NetworkStream.cs
- LZCodec.cs
- TripleDES.cs
- Button.cs
- KeyboardNavigation.cs
- BitVector32.cs
- X509Certificate2.cs
- XomlCompilerParameters.cs
- GifBitmapEncoder.cs
- ListViewUpdatedEventArgs.cs
- Size.cs
- NamedPipeTransportElement.cs
- DataKeyCollection.cs