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 / ElementNotEnabledException.cs / 1 / ElementNotEnabledException.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: Exception thrown when client attemps to interact with a non- // enabled control (eg. Invoke a non-enabled button) // // History: // 08/06/2003 : BrendanM Created // //--------------------------------------------------------------------------- using System.Windows.Automation; using System; using System.Runtime.Serialization; using System.Security.Permissions; using MS.Internal.Automation; namespace System.Windows.Automation { ////// This exception is thrown when client code attemps to manipulate /// an element or control that is currently not enabled. /// [Serializable] #if (INTERNAL_COMPILE) internal class ElementNotEnabledException : InvalidOperationException #else public class ElementNotEnabledException : InvalidOperationException #endif { ////// Default constructor /// public ElementNotEnabledException() : base(SR.Get(SRID.ElementNotEnabled)) { HResult = UiaCoreTypesApi.UIA_E_ELEMENTNOTENABLED; } ////// constructor /// /// public ElementNotEnabledException(String message) : base(message) { HResult = UiaCoreTypesApi.UIA_E_ELEMENTNOTENABLED; } ////// constructor /// /// /// public ElementNotEnabledException(string message, Exception innerException) : base(message, innerException) { HResult = UiaCoreTypesApi.UIA_E_ELEMENTNOTENABLED; } ////// Constructor for serialization /// //CASRemoval:[SecurityPermissionAttribute(SecurityAction.Demand,SerializationFormatter=true)] protected ElementNotEnabledException(SerializationInfo info, StreamingContext context) : base(info, context) { HResult = UiaCoreTypesApi.UIA_E_ELEMENTNOTENABLED; } ////// 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 thrown when client attemps to interact with a non- // enabled control (eg. Invoke a non-enabled button) // // History: // 08/06/2003 : BrendanM Created // //--------------------------------------------------------------------------- using System.Windows.Automation; using System; using System.Runtime.Serialization; using System.Security.Permissions; using MS.Internal.Automation; namespace System.Windows.Automation { ////// This exception is thrown when client code attemps to manipulate /// an element or control that is currently not enabled. /// [Serializable] #if (INTERNAL_COMPILE) internal class ElementNotEnabledException : InvalidOperationException #else public class ElementNotEnabledException : InvalidOperationException #endif { ////// Default constructor /// public ElementNotEnabledException() : base(SR.Get(SRID.ElementNotEnabled)) { HResult = UiaCoreTypesApi.UIA_E_ELEMENTNOTENABLED; } ////// constructor /// /// public ElementNotEnabledException(String message) : base(message) { HResult = UiaCoreTypesApi.UIA_E_ELEMENTNOTENABLED; } ////// constructor /// /// /// public ElementNotEnabledException(string message, Exception innerException) : base(message, innerException) { HResult = UiaCoreTypesApi.UIA_E_ELEMENTNOTENABLED; } ////// Constructor for serialization /// //CASRemoval:[SecurityPermissionAttribute(SecurityAction.Demand,SerializationFormatter=true)] protected ElementNotEnabledException(SerializationInfo info, StreamingContext context) : base(info, context) { HResult = UiaCoreTypesApi.UIA_E_ELEMENTNOTENABLED; } ////// 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
- StaticExtensionConverter.cs
- RemotingSurrogateSelector.cs
- Rights.cs
- AutomationElementCollection.cs
- GenericPrincipal.cs
- contentDescriptor.cs
- ChtmlMobileTextWriter.cs
- BinHexEncoder.cs
- DropDownHolder.cs
- ComponentChangedEvent.cs
- ClientApiGenerator.cs
- TypeNameParser.cs
- FileDialog_Vista.cs
- WorkingDirectoryEditor.cs
- TextProperties.cs
- XsdDataContractImporter.cs
- TriggerAction.cs
- FormatVersion.cs
- EventHandlerService.cs
- SingleBodyParameterMessageFormatter.cs
- DocumentViewerBaseAutomationPeer.cs
- RequestCachePolicyConverter.cs
- NGCSerializerAsync.cs
- StringValueSerializer.cs
- Misc.cs
- BulletedListEventArgs.cs
- DbConnectionHelper.cs
- CrossSiteScriptingValidation.cs
- NavigationWindowAutomationPeer.cs
- PageMediaType.cs
- CollectionsUtil.cs
- SpotLight.cs
- ConfigurationStrings.cs
- DependencyPropertyChangedEventArgs.cs
- SendKeys.cs
- WebContext.cs
- CalendarDesigner.cs
- UpdatePanelControlTrigger.cs
- MLangCodePageEncoding.cs
- LinqDataSource.cs
- GridView.cs
- StrongNameSignatureInformation.cs
- XmlElement.cs
- ReferencedAssemblyResolver.cs
- ClientSection.cs
- WaitHandle.cs
- GeometryHitTestResult.cs
- WebWorkflowRole.cs
- DynamicRendererThreadManager.cs
- ValueChangedEventManager.cs
- InputScopeAttribute.cs
- TableLayoutSettings.cs
- EnvironmentPermission.cs
- BooleanConverter.cs
- Pts.cs
- UnsafeNativeMethods.cs
- QueryCursorEventArgs.cs
- ObservableDictionary.cs
- GPRECTF.cs
- QilXmlReader.cs
- SQLConvert.cs
- StatusBarItem.cs
- FixedDocumentPaginator.cs
- IERequestCache.cs
- WebScriptEnablingBehavior.cs
- SystemInformation.cs
- MultipartIdentifier.cs
- ListViewCommandEventArgs.cs
- SchemaDeclBase.cs
- TreeNodeBindingCollection.cs
- AppDomainUnloadedException.cs
- RectKeyFrameCollection.cs
- PtsContext.cs
- DataColumn.cs
- Int32KeyFrameCollection.cs
- RequestCachePolicy.cs
- MemoryFailPoint.cs
- ComplexPropertyEntry.cs
- HealthMonitoringSection.cs
- XmlWrappingReader.cs
- RepeaterItemEventArgs.cs
- LogicalExpr.cs
- CachedPathData.cs
- SamlSubjectStatement.cs
- CodeDefaultValueExpression.cs
- MetadataCache.cs
- SQLDecimal.cs
- ClientOptions.cs
- CookieParameter.cs
- DbParameterCollectionHelper.cs
- UnaryQueryOperator.cs
- QueryStringParameter.cs
- VirtualPath.cs
- PointCollectionConverter.cs
- StrongNamePublicKeyBlob.cs
- WebPartRestoreVerb.cs
- dataobject.cs
- HtmlEncodedRawTextWriter.cs
- Tracer.cs
- TypeInformation.cs