Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / AccessibleTech / longhorn / Automation / 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 : [....] Ported to WCP // //--------------------------------------------------------------------------- using System.Windows.Automation; using System; using System.Runtime.Serialization; using System.Security.Permissions; using MS.Win32; 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
- ResXBuildProvider.cs
- FormViewAutoFormat.cs
- DataStreams.cs
- PnrpPeerResolverElement.cs
- ClientTarget.cs
- SmiEventSink_Default.cs
- DoubleUtil.cs
- HitTestWithGeometryDrawingContextWalker.cs
- SortDescription.cs
- NamespaceMapping.cs
- GuidelineCollection.cs
- ContentType.cs
- DrawingVisualDrawingContext.cs
- indexingfiltermarshaler.cs
- EntityProxyFactory.cs
- ToolStripProgressBar.cs
- AuthenticatedStream.cs
- DiscreteKeyFrames.cs
- AsyncPostBackErrorEventArgs.cs
- DataGridViewTextBoxEditingControl.cs
- DbMetaDataColumnNames.cs
- BaseProcessor.cs
- TextRangeBase.cs
- CanExecuteRoutedEventArgs.cs
- ExpressionParser.cs
- RequiredFieldValidator.cs
- FaultDescriptionCollection.cs
- SmiMetaDataProperty.cs
- DataGridViewAccessibleObject.cs
- ValueChangedEventManager.cs
- documentsequencetextcontainer.cs
- IIS7UserPrincipal.cs
- WebPartConnectionCollection.cs
- SpeechEvent.cs
- GradientSpreadMethodValidation.cs
- XmlSchemaAnnotation.cs
- XmlQueryTypeFactory.cs
- diagnosticsswitches.cs
- hwndwrapper.cs
- UnlockInstanceCommand.cs
- Predicate.cs
- XamlStyleSerializer.cs
- XmlSchemaImporter.cs
- SimpleExpression.cs
- CheckBoxBaseAdapter.cs
- DataColumnChangeEvent.cs
- CrossContextChannel.cs
- XslVisitor.cs
- mda.cs
- ScriptHandlerFactory.cs
- TextBlockAutomationPeer.cs
- BitmapSizeOptions.cs
- ToolStripStatusLabel.cs
- Config.cs
- DataSourceCacheDurationConverter.cs
- BridgeDataRecord.cs
- DbRetry.cs
- PrivacyNoticeBindingElementImporter.cs
- ToolStripProgressBar.cs
- EndGetFileNameFromUserRequest.cs
- SchemaMerger.cs
- HitTestDrawingContextWalker.cs
- MemberDomainMap.cs
- HierarchicalDataBoundControl.cs
- BaseDataBoundControl.cs
- UserControl.cs
- webproxy.cs
- WebPartAddingEventArgs.cs
- ValidatingReaderNodeData.cs
- CapabilitiesAssignment.cs
- RowParagraph.cs
- Models.cs
- TrackingStringDictionary.cs
- NetworkCredential.cs
- StyleSelector.cs
- AvTraceFormat.cs
- UInt16Converter.cs
- SByteStorage.cs
- DataBoundLiteralControl.cs
- SrgsDocumentParser.cs
- DataTableMapping.cs
- MetadataUtil.cs
- PenLineCapValidation.cs
- CheckBoxList.cs
- SlipBehavior.cs
- SmtpClient.cs
- CreateParams.cs
- EastAsianLunisolarCalendar.cs
- PropertySegmentSerializer.cs
- SettingsSection.cs
- UIElement3DAutomationPeer.cs
- ResXResourceWriter.cs
- RequestResizeEvent.cs
- TextEffectResolver.cs
- CodeDirectoryCompiler.cs
- XmlEntity.cs
- DesignerExtenders.cs
- Attachment.cs
- TraceContextRecord.cs
- SelectionItemPattern.cs