Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / 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
- nulltextcontainer.cs
- CleanUpVirtualizedItemEventArgs.cs
- ItemsControl.cs
- ExceptionWrapper.cs
- EntityDataSourceStatementEditor.cs
- FormatterConverter.cs
- MemberPath.cs
- NullRuntimeConfig.cs
- SoapReflectionImporter.cs
- Parsers.cs
- SystemDropShadowChrome.cs
- WindowsListViewItemStartMenu.cs
- ResourceDescriptionAttribute.cs
- TimerElapsedEvenArgs.cs
- QilVisitor.cs
- ThicknessAnimationBase.cs
- DynamicEntity.cs
- CodeArrayIndexerExpression.cs
- SafeBitVector32.cs
- DataTableCollection.cs
- OperationAbortedException.cs
- SplitterCancelEvent.cs
- _NtlmClient.cs
- ExtendedPropertyDescriptor.cs
- RoleServiceManager.cs
- CompiledAction.cs
- RemoteWebConfigurationHost.cs
- TimeManager.cs
- CheckPair.cs
- BitmapDownload.cs
- PathFigureCollection.cs
- Matrix3DStack.cs
- PriorityQueue.cs
- ProgressBarRenderer.cs
- AstTree.cs
- NavigationWindowAutomationPeer.cs
- RemotingSurrogateSelector.cs
- SessionEndingCancelEventArgs.cs
- ForEachAction.cs
- ReachFixedPageSerializer.cs
- FieldTemplateUserControl.cs
- PointCollectionConverter.cs
- ResetableIterator.cs
- sqlpipe.cs
- TextCollapsingProperties.cs
- RevocationPoint.cs
- SqlVersion.cs
- SelectionRangeConverter.cs
- OleDbParameterCollection.cs
- Transform3DCollection.cs
- EntitySqlQueryState.cs
- PropertyDescriptorCollection.cs
- streamingZipPartStream.cs
- SmtpAuthenticationManager.cs
- XmlCollation.cs
- Parallel.cs
- XmlCompatibilityReader.cs
- ObjectItemCachedAssemblyLoader.cs
- PowerModeChangedEventArgs.cs
- ProfileSettings.cs
- DbProviderSpecificTypePropertyAttribute.cs
- RoleManagerEventArgs.cs
- FormattedTextSymbols.cs
- MenuItemBindingCollection.cs
- Rules.cs
- TableSectionStyle.cs
- AuthenticationModuleElementCollection.cs
- PerformanceCounterLib.cs
- EventLogPermissionEntryCollection.cs
- EventLogEntry.cs
- CompatibleComparer.cs
- SEHException.cs
- SqlBooleanizer.cs
- DataSpaceManager.cs
- RulePatternOps.cs
- WorkflowRuntimeSection.cs
- AccessDataSource.cs
- DataGridItemAutomationPeer.cs
- ModelTypeConverter.cs
- DataGridRelationshipRow.cs
- ExtenderProvidedPropertyAttribute.cs
- ResourceExpressionBuilder.cs
- CodeGenerator.cs
- HotSpotCollectionEditor.cs
- CounterSetInstanceCounterDataSet.cs
- CheckedPointers.cs
- AutomationPatternInfo.cs
- Buffer.cs
- ForceCopyBuildProvider.cs
- UserControlDocumentDesigner.cs
- RequestCacheValidator.cs
- DataGridViewColumnConverter.cs
- XamlStyleSerializer.cs
- Attachment.cs
- ScalarType.cs
- EncodingNLS.cs
- System.Data_BID.cs
- CompareInfo.cs
- StreamInfo.cs
- ZipIORawDataFileBlock.cs