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
- ArrayListCollectionBase.cs
- XmlReturnWriter.cs
- Properties.cs
- CustomAttributeBuilder.cs
- ActivityExecutorDelegateInfo.cs
- XMLSyntaxException.cs
- DocumentReferenceCollection.cs
- AddInContractAttribute.cs
- WebPartConnectionsCloseVerb.cs
- HttpModulesSection.cs
- RtfToXamlLexer.cs
- BitmapMetadata.cs
- HostingEnvironmentException.cs
- LogEntrySerializer.cs
- DeviceContext.cs
- FontNameEditor.cs
- BaseDataBoundControl.cs
- MimeMapping.cs
- Vector3DAnimationUsingKeyFrames.cs
- CurrentTimeZone.cs
- Compiler.cs
- _Events.cs
- manifestimages.cs
- WindowsEditBox.cs
- ImageMap.cs
- SystemKeyConverter.cs
- SchemaNotation.cs
- Scanner.cs
- ReflectPropertyDescriptor.cs
- NotCondition.cs
- DeclarationUpdate.cs
- BoolExpressionVisitors.cs
- OletxTransactionManager.cs
- CodeConditionStatement.cs
- OleDbRowUpdatingEvent.cs
- Registry.cs
- PointConverter.cs
- StreamInfo.cs
- ConfigurationStrings.cs
- PrimitiveOperationFormatter.cs
- Stopwatch.cs
- DataGridViewSelectedCellsAccessibleObject.cs
- storepermissionattribute.cs
- BufferedGenericXmlSecurityToken.cs
- _SecureChannel.cs
- EncoderExceptionFallback.cs
- BeginEvent.cs
- GridViewSortEventArgs.cs
- WindowsFont.cs
- Splitter.cs
- HttpCookieCollection.cs
- AsyncResult.cs
- TableCell.cs
- XmlSchemaDocumentation.cs
- CodeGroup.cs
- ImageCodecInfo.cs
- ByteAnimationBase.cs
- SemanticKeyElement.cs
- StylusPointPropertyInfo.cs
- QilPatternFactory.cs
- Accessors.cs
- SystemInfo.cs
- Soap12FormatExtensions.cs
- sqlstateclientmanager.cs
- COSERVERINFO.cs
- DefinitionBase.cs
- KoreanCalendar.cs
- X509AsymmetricSecurityKey.cs
- ExceptionUtil.cs
- Group.cs
- OracleMonthSpan.cs
- MatrixAnimationUsingKeyFrames.cs
- ServiceX509SecurityTokenProvider.cs
- FileDataSourceCache.cs
- xsdvalidator.cs
- PartialCachingControl.cs
- HostSecurityManager.cs
- CalendarKeyboardHelper.cs
- HttpListenerResponse.cs
- DSACryptoServiceProvider.cs
- ImageSourceConverter.cs
- PathFigureCollection.cs
- KeyValueConfigurationElement.cs
- diagnosticsswitches.cs
- Error.cs
- PrincipalPermission.cs
- ParserOptions.cs
- WeakReferenceList.cs
- AssemblyAttributes.cs
- ThousandthOfEmRealPoints.cs
- DataGridViewCellMouseEventArgs.cs
- DateTimeOffsetConverter.cs
- EventDescriptor.cs
- WebResourceUtil.cs
- ReadOnlyMetadataCollection.cs
- XamlPointCollectionSerializer.cs
- UnsafeNativeMethodsCLR.cs
- TextParagraphProperties.cs
- FontStretch.cs
- RadioButtonBaseAdapter.cs