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
- DataFieldConverter.cs
- QilLiteral.cs
- HelpProvider.cs
- ReadOnlyAttribute.cs
- TraceEventCache.cs
- RenderDataDrawingContext.cs
- WebPartExportVerb.cs
- ColorKeyFrameCollection.cs
- ConfigurationStrings.cs
- ObfuscateAssemblyAttribute.cs
- ColumnCollection.cs
- SystemSounds.cs
- DataGridViewRowDividerDoubleClickEventArgs.cs
- Parameter.cs
- HtmlTextArea.cs
- COSERVERINFO.cs
- ParamArrayAttribute.cs
- TemplatePropertyEntry.cs
- MatrixConverter.cs
- MetadataSource.cs
- Rectangle.cs
- SystemDiagnosticsSection.cs
- DataContractSerializerFaultFormatter.cs
- HttpApplication.cs
- DelayedRegex.cs
- ObjectStorage.cs
- CommandEventArgs.cs
- HtmlFormParameterWriter.cs
- TableDetailsRow.cs
- ReaderContextStackData.cs
- ASCIIEncoding.cs
- TrackingParameters.cs
- ImageMap.cs
- RadioButton.cs
- ComNativeDescriptor.cs
- TargetParameterCountException.cs
- ThicknessAnimationBase.cs
- WebDisplayNameAttribute.cs
- TargetControlTypeCache.cs
- XpsPackagingPolicy.cs
- WebPartAddingEventArgs.cs
- XMLUtil.cs
- IPipelineRuntime.cs
- UpdateInfo.cs
- SendMailErrorEventArgs.cs
- GroupBox.cs
- HttpServerChannel.cs
- GrammarBuilderDictation.cs
- PeerCollaborationPermission.cs
- CodeExporter.cs
- LayoutManager.cs
- DetailsViewDesigner.cs
- DataMisalignedException.cs
- HttpWebRequestElement.cs
- BitmapFrameEncode.cs
- WindowsPrincipal.cs
- _HeaderInfoTable.cs
- TypeLibConverter.cs
- _AutoWebProxyScriptHelper.cs
- XmlFormatExtensionPointAttribute.cs
- VisualBasicImportReference.cs
- AppDomainUnloadedException.cs
- TextWriterTraceListener.cs
- Scene3D.cs
- LifetimeServices.cs
- SatelliteContractVersionAttribute.cs
- SecurityCriticalDataForSet.cs
- TransactionsSectionGroup.cs
- FixedSOMGroup.cs
- SecurityRuntime.cs
- OAVariantLib.cs
- SwitchLevelAttribute.cs
- JoinQueryOperator.cs
- DataBinding.cs
- FixedSOMSemanticBox.cs
- DateBoldEvent.cs
- CloudCollection.cs
- TableCellCollection.cs
- PageThemeParser.cs
- FixedSOMElement.cs
- WebPartCancelEventArgs.cs
- UIElement.cs
- StateMachineHelpers.cs
- TimeIntervalCollection.cs
- EllipseGeometry.cs
- TrustSection.cs
- ToolZone.cs
- TransactionManager.cs
- ReferenceEqualityComparer.cs
- SwitchLevelAttribute.cs
- SystemNetHelpers.cs
- DataGridPagerStyle.cs
- Query.cs
- ProcessStartInfo.cs
- EncodedStreamFactory.cs
- SqlFunctionAttribute.cs
- HttpRequestCacheValidator.cs
- DelegatingTypeDescriptionProvider.cs
- ValidationPropertyAttribute.cs
- BufferedWebEventProvider.cs