Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / UIAutomation / UIAutomationTypes / System / Windows / Automation / NoClickablePointException.cs / 1 / NoClickablePointException.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: Exception indicating that a clickable point could not be found // // History: // 06/03/2003 : BrendanM Ported to WCP // //--------------------------------------------------------------------------- using System.Windows.Automation; using System; using System.Runtime.Serialization; using System.Security.Permissions; using MS.Internal.Automation; namespace System.Windows.Automation { ////// The exception that is thrown when an error occurs within a AutomationElement.GetClickablePoint. /// When the bounding rect is empty, has no width or heigth or the or the AutomationElement at that point /// is not the same is one it was called on /// [Serializable] #if (INTERNAL_COMPILE) internal class NoClickablePointException : Exception #else public class NoClickablePointException : Exception #endif { ////// Default constructor /// public NoClickablePointException() {} ////// constructor /// /// public NoClickablePointException(String message) : base(message) {} ////// constructor /// /// /// public NoClickablePointException(string message, Exception innerException) : base(message, innerException) {} ////// Constructor for serialization /// //CASRemoval:[SecurityPermissionAttribute(SecurityAction.Demand,SerializationFormatter=true)] protected NoClickablePointException(SerializationInfo info, StreamingContext context) : base(info, context) {} ////// Populates a SerializationInfo with the data needed to serialize the target object. /// /// The SerializationInfo to populate with data. /// The destination for this serialization. [SecurityPermissionAttribute(SecurityAction.Demand,SerializationFormatter=true)] public override void GetObjectData(SerializationInfo info, StreamingContext context) { base.GetObjectData(info, context); } } } // 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. // // // // Description: Exception indicating that a clickable point could not be found // // History: // 06/03/2003 : BrendanM Ported to WCP // //--------------------------------------------------------------------------- using System.Windows.Automation; using System; using System.Runtime.Serialization; using System.Security.Permissions; using MS.Internal.Automation; namespace System.Windows.Automation { ////// The exception that is thrown when an error occurs within a AutomationElement.GetClickablePoint. /// When the bounding rect is empty, has no width or heigth or the or the AutomationElement at that point /// is not the same is one it was called on /// [Serializable] #if (INTERNAL_COMPILE) internal class NoClickablePointException : Exception #else public class NoClickablePointException : Exception #endif { ////// Default constructor /// public NoClickablePointException() {} ////// constructor /// /// public NoClickablePointException(String message) : base(message) {} ////// constructor /// /// /// public NoClickablePointException(string message, Exception innerException) : base(message, innerException) {} ////// Constructor for serialization /// //CASRemoval:[SecurityPermissionAttribute(SecurityAction.Demand,SerializationFormatter=true)] protected NoClickablePointException(SerializationInfo info, StreamingContext context) : base(info, context) {} ////// Populates a SerializationInfo with the data needed to serialize the target object. /// /// The SerializationInfo to populate with data. /// The destination for this serialization. [SecurityPermissionAttribute(SecurityAction.Demand,SerializationFormatter=true)] public override void GetObjectData(SerializationInfo info, StreamingContext context) { base.GetObjectData(info, context); } } } // 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
- HttpRawResponse.cs
- ServerType.cs
- BindingExpressionUncommonField.cs
- Splitter.cs
- SafeThemeHandle.cs
- PolicyException.cs
- Label.cs
- TextTrailingCharacterEllipsis.cs
- RTLAwareMessageBox.cs
- SizeF.cs
- PropertyTabAttribute.cs
- AssemblyContextControlItem.cs
- AuthorizationRuleCollection.cs
- LineProperties.cs
- BitmapEffectDrawing.cs
- CodeGotoStatement.cs
- CacheAxisQuery.cs
- StyleSheetDesigner.cs
- MorphHelper.cs
- BehaviorService.cs
- httpserverutility.cs
- ClientUrlResolverWrapper.cs
- ContainerTracking.cs
- UpDownEvent.cs
- RectIndependentAnimationStorage.cs
- JsonByteArrayDataContract.cs
- RegexMatchCollection.cs
- SourceCollection.cs
- SystemResources.cs
- ComboBoxRenderer.cs
- CustomActivityDesigner.cs
- ParserContext.cs
- SmiGettersStream.cs
- JumpItem.cs
- MissingManifestResourceException.cs
- PublisherMembershipCondition.cs
- StorageBasedPackageProperties.cs
- Rect3D.cs
- Int32.cs
- SuppressIldasmAttribute.cs
- AuthenticationSection.cs
- GrammarBuilder.cs
- SqlDataSourceConfigureSelectPanel.cs
- LookupNode.cs
- Label.cs
- Misc.cs
- EtwProvider.cs
- StrokeNodeOperations2.cs
- WriteFileContext.cs
- ParsedRoute.cs
- ProfileInfo.cs
- UIElement3D.cs
- NTAccount.cs
- FileEnumerator.cs
- EntityContainerAssociationSetEnd.cs
- EdmProperty.cs
- AutomationElementIdentifiers.cs
- TimeSpan.cs
- TextMetrics.cs
- SupportsEventValidationAttribute.cs
- ResourceExpressionBuilder.cs
- CachingHintValidation.cs
- CacheRequest.cs
- XmlWellformedWriter.cs
- XmlnsCompatibleWithAttribute.cs
- ViewUtilities.cs
- HttpHandlerActionCollection.cs
- UTF7Encoding.cs
- Listbox.cs
- FunctionOverloadResolver.cs
- CfgParser.cs
- OleDbTransaction.cs
- DynamicRenderer.cs
- PerformanceCounterPermissionEntry.cs
- SchemaCollectionPreprocessor.cs
- ExtendedPropertyDescriptor.cs
- BlurEffect.cs
- SettingsAttributes.cs
- HitTestDrawingContextWalker.cs
- Int32RectValueSerializer.cs
- DocumentViewerBaseAutomationPeer.cs
- GraphicsContext.cs
- ConfigXmlText.cs
- CompilationUnit.cs
- XmlSchemaAppInfo.cs
- ReflectionUtil.cs
- followingsibling.cs
- VerificationException.cs
- CommandValueSerializer.cs
- DirectoryInfo.cs
- DataServiceQueryOfT.cs
- XmlHierarchicalEnumerable.cs
- ThreadAttributes.cs
- Base64Stream.cs
- SimpleNameService.cs
- InvalidOperationException.cs
- Utils.cs
- SqlAliasesReferenced.cs
- EntitySet.cs
- TextEffectCollection.cs