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
- EndpointDiscoveryMetadata11.cs
- BindingValueChangedEventArgs.cs
- TrustManager.cs
- InfiniteTimeSpanConverter.cs
- DataBoundLiteralControl.cs
- DesignerCommandSet.cs
- JpegBitmapEncoder.cs
- VisualBasicSettingsConverter.cs
- Stack.cs
- DateTimeFormat.cs
- WebPartEventArgs.cs
- PerformanceCounterPermission.cs
- Polygon.cs
- CodeMethodReturnStatement.cs
- OdbcPermission.cs
- RegexWorker.cs
- GridViewSortEventArgs.cs
- HandleRef.cs
- XsltSettings.cs
- AxDesigner.cs
- HwndSourceParameters.cs
- ForceCopyBuildProvider.cs
- SqlDataSourceAdvancedOptionsForm.cs
- DrawingContextFlattener.cs
- ColorIndependentAnimationStorage.cs
- AlternateView.cs
- DoubleLinkList.cs
- MasterPageCodeDomTreeGenerator.cs
- ErrorHandlerFaultInfo.cs
- AutomationPattern.cs
- ReflectionPermission.cs
- HttpDictionary.cs
- Rect.cs
- Transform.cs
- MethodCallExpression.cs
- TransformerConfigurationWizardBase.cs
- SchemaElementDecl.cs
- QuotedPrintableStream.cs
- ToolBarButtonClickEvent.cs
- QueryPageSettingsEventArgs.cs
- EditorPartCollection.cs
- DocumentXPathNavigator.cs
- PageTheme.cs
- MasterPageParser.cs
- LineBreak.cs
- GridViewColumnCollection.cs
- BrowserCapabilitiesCodeGenerator.cs
- TTSEvent.cs
- ConstraintStruct.cs
- SocketException.cs
- GridViewAutomationPeer.cs
- TypeInfo.cs
- EndpointInstanceProvider.cs
- InstanceDescriptor.cs
- RootBrowserWindowAutomationPeer.cs
- SqlMultiplexer.cs
- Configuration.cs
- ListItemConverter.cs
- ImportContext.cs
- Repeater.cs
- DataKey.cs
- TextClipboardData.cs
- CollectionViewProxy.cs
- Events.cs
- RowParagraph.cs
- ToolStripContentPanelDesigner.cs
- ProfessionalColors.cs
- WebPartZoneBase.cs
- ArrayWithOffset.cs
- Style.cs
- Parser.cs
- HttpValueCollection.cs
- XmlBinaryReader.cs
- XmlDataProvider.cs
- BindingContext.cs
- EntityProxyFactory.cs
- DoubleStorage.cs
- SettingsPropertyValue.cs
- CodeNamespaceImport.cs
- DataGridViewDataErrorEventArgs.cs
- ItemChangedEventArgs.cs
- ProxyWebPartManager.cs
- DeferredElementTreeState.cs
- CodeGenerationManager.cs
- InputChannel.cs
- Subset.cs
- XslAst.cs
- GenericTransactionFlowAttribute.cs
- XmlSchemaSimpleTypeList.cs
- RichTextBox.cs
- RemotingAttributes.cs
- StyleSelector.cs
- BaseResourcesBuildProvider.cs
- KeyPressEvent.cs
- serverconfig.cs
- FormatConvertedBitmap.cs
- ConnectionsZone.cs
- HMACSHA256.cs
- DataGridCommandEventArgs.cs
- ChainOfResponsibility.cs