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
- RemotingSurrogateSelector.cs
- DiscoveryClientElement.cs
- BrowserCapabilitiesFactory35.cs
- ToolStripDesignerAvailabilityAttribute.cs
- JapaneseCalendar.cs
- ThicknessAnimationBase.cs
- SelectionItemPattern.cs
- MouseBinding.cs
- GacUtil.cs
- DataStreamFromComStream.cs
- GradientSpreadMethodValidation.cs
- ConfigurationException.cs
- ReadWriteSpinLock.cs
- AliasedSlot.cs
- ScriptingJsonSerializationSection.cs
- CompilerGeneratedAttribute.cs
- ConfigurationStrings.cs
- UInt16.cs
- ResourceExpressionBuilder.cs
- TraceListener.cs
- PanelDesigner.cs
- XmlSchemaSet.cs
- SafeReversePInvokeHandle.cs
- HttpContextServiceHost.cs
- MessageProtectionOrder.cs
- Rijndael.cs
- XmlSchemaGroup.cs
- ColorMatrix.cs
- DoubleUtil.cs
- TypeUsage.cs
- WebReferenceOptions.cs
- FrameAutomationPeer.cs
- WizardPanelChangingEventArgs.cs
- WebPartConnectionsDisconnectVerb.cs
- CapabilitiesUse.cs
- CodeMemberEvent.cs
- WebPartMenuStyle.cs
- XamlSerializer.cs
- InteropBitmapSource.cs
- HtmlContainerControl.cs
- CallbackException.cs
- GetKeyedHashRequest.cs
- cryptoapiTransform.cs
- BrowserCapabilitiesCompiler.cs
- CorrelationManager.cs
- CrossContextChannel.cs
- FormsIdentity.cs
- odbcmetadatafactory.cs
- BitmapSource.cs
- RemoteWebConfigurationHost.cs
- BufferedGenericXmlSecurityToken.cs
- DispatcherEventArgs.cs
- DataTablePropertyDescriptor.cs
- ManageRequest.cs
- LightweightCodeGenerator.cs
- DrawingDrawingContext.cs
- CheckBox.cs
- XmlObjectSerializerWriteContextComplexJson.cs
- TraceEventCache.cs
- StubHelpers.cs
- RayMeshGeometry3DHitTestResult.cs
- VirtualDirectoryMappingCollection.cs
- PrintDialog.cs
- NameSpaceEvent.cs
- ProtocolElementCollection.cs
- AuthenticateEventArgs.cs
- StringUtil.cs
- WebErrorHandler.cs
- ClientScriptItemCollection.cs
- WindowPatternIdentifiers.cs
- ProfileSettingsCollection.cs
- ScriptIgnoreAttribute.cs
- ViewManagerAttribute.cs
- RowType.cs
- XmlSchemaObjectTable.cs
- TypeEnumerableViewSchema.cs
- RegexCode.cs
- OleDbStruct.cs
- ScopedMessagePartSpecification.cs
- DataRowView.cs
- AssociationSetMetadata.cs
- Figure.cs
- OleDbStruct.cs
- BaseDataList.cs
- Transform3D.cs
- SectionInput.cs
- WindowsListViewSubItem.cs
- MetadataArtifactLoader.cs
- DateBoldEvent.cs
- FieldNameLookup.cs
- AbandonedMutexException.cs
- TypeConvertions.cs
- Message.cs
- WebPartDisplayModeCollection.cs
- ProviderConnectionPoint.cs
- PolyQuadraticBezierSegmentFigureLogic.cs
- WasNotInstalledException.cs
- ProfileProvider.cs
- SecurityContextTokenCache.cs
- ToolStripActionList.cs