Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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
- LinqDataSource.cs
- OdbcConnectionOpen.cs
- UserValidatedEventArgs.cs
- DelegateSerializationHolder.cs
- IsolationInterop.cs
- WebPartZoneBaseDesigner.cs
- Pair.cs
- HierarchicalDataBoundControl.cs
- Trigger.cs
- WebPartZoneBase.cs
- AppDomainProtocolHandler.cs
- SoapMessage.cs
- Effect.cs
- FileInfo.cs
- Number.cs
- RecordBuilder.cs
- _RegBlobWebProxyDataBuilder.cs
- RuleProcessor.cs
- PageEventArgs.cs
- TemplateLookupAction.cs
- DependencyPropertyKind.cs
- SuppressMergeCheckAttribute.cs
- Lock.cs
- CompModSwitches.cs
- Double.cs
- HelpEvent.cs
- SimpleExpression.cs
- Visual.cs
- ObjectDataSourceEventArgs.cs
- PersonalizationStateInfoCollection.cs
- MeasureData.cs
- PictureBox.cs
- DefaultTextStoreTextComposition.cs
- Misc.cs
- RegexParser.cs
- WindowsPrincipal.cs
- PropertyGrid.cs
- DataGridViewToolTip.cs
- SamlAssertionKeyIdentifierClause.cs
- UnmanagedMarshal.cs
- Label.cs
- SourceLocation.cs
- SapiRecognizer.cs
- QilName.cs
- MaskedTextProvider.cs
- SqlDataSourceSelectingEventArgs.cs
- HMACSHA1.cs
- EntitySetBase.cs
- CheckBoxStandardAdapter.cs
- RecordConverter.cs
- EntityCommandCompilationException.cs
- ElementsClipboardData.cs
- DataGridViewControlCollection.cs
- ListControl.cs
- StrongNameSignatureInformation.cs
- SqlUtil.cs
- DecoderFallback.cs
- SchemaCollectionPreprocessor.cs
- SymbolEqualComparer.cs
- HeaderUtility.cs
- Imaging.cs
- _NtlmClient.cs
- FactoryGenerator.cs
- EncoderExceptionFallback.cs
- FunctionImportElement.cs
- PropertyDescriptor.cs
- PenContext.cs
- InternalsVisibleToAttribute.cs
- ListBase.cs
- HtmlControl.cs
- ResXResourceWriter.cs
- SoapIncludeAttribute.cs
- errorpatternmatcher.cs
- SafeNativeMethods.cs
- ObjectDataSource.cs
- XmlSchemaElement.cs
- InvalidateEvent.cs
- CodeAttributeDeclarationCollection.cs
- HttpCacheParams.cs
- TypedReference.cs
- TextParagraph.cs
- FloatUtil.cs
- Interlocked.cs
- DocumentSequence.cs
- Utils.cs
- HtmlUtf8RawTextWriter.cs
- CompressedStack.cs
- LifetimeServices.cs
- TimeSpanMinutesConverter.cs
- WebPartEditVerb.cs
- UpdateRecord.cs
- MobileFormsAuthentication.cs
- DrawListViewColumnHeaderEventArgs.cs
- initElementDictionary.cs
- DataRelation.cs
- _UriSyntax.cs
- ExpressionServices.cs
- ActivityExecutorOperation.cs
- ZeroOpNode.cs
- FrameworkContextData.cs