Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / UIAutomation / UIAutomationTypes / System / Windows / Automation / ProxyAssemblyNotLoadedException.cs / 1 / ProxyAssemblyNotLoadedException.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: Exception thrown when proxy assembly is requried but not yet loaded // // History: // 06/02/2003 : BrendanM Ported to WCP // //--------------------------------------------------------------------------- using System.Windows.Automation; using System; using System.Text; //using System.Globalization; //using System.Collections; using MS.Internal; //using System.Runtime.InteropServices; using System.Reflection; //using System.Diagnostics; using System.Runtime.Serialization; using System.Security.Permissions; namespace System.Windows.Automation { ////// This exception is thrown when there is a problem laoading a proxy assembly. This can happen /// In reponse to Automation.RegisterProxyAssembly or when loading the default proxies when the /// first hwnd base AutomationElement is encountered. /// [Serializable] #if (INTERNAL_COMPILE) internal class ProxyAssemblyNotLoadedException : Exception #else public class ProxyAssemblyNotLoadedException : Exception #endif { ////// Default constructor /// public ProxyAssemblyNotLoadedException() {} ////// constructor /// /// public ProxyAssemblyNotLoadedException(String message) : base(message) {} ////// constructor /// /// /// public ProxyAssemblyNotLoadedException(string message, Exception innerException) : base(message, innerException) {} ////// Constructor for serialization /// //CASRemoval:[SecurityPermissionAttribute(SecurityAction.Demand,SerializationFormatter=true)] protected ProxyAssemblyNotLoadedException(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 thrown when proxy assembly is requried but not yet loaded // // History: // 06/02/2003 : BrendanM Ported to WCP // //--------------------------------------------------------------------------- using System.Windows.Automation; using System; using System.Text; //using System.Globalization; //using System.Collections; using MS.Internal; //using System.Runtime.InteropServices; using System.Reflection; //using System.Diagnostics; using System.Runtime.Serialization; using System.Security.Permissions; namespace System.Windows.Automation { ////// This exception is thrown when there is a problem laoading a proxy assembly. This can happen /// In reponse to Automation.RegisterProxyAssembly or when loading the default proxies when the /// first hwnd base AutomationElement is encountered. /// [Serializable] #if (INTERNAL_COMPILE) internal class ProxyAssemblyNotLoadedException : Exception #else public class ProxyAssemblyNotLoadedException : Exception #endif { ////// Default constructor /// public ProxyAssemblyNotLoadedException() {} ////// constructor /// /// public ProxyAssemblyNotLoadedException(String message) : base(message) {} ////// constructor /// /// /// public ProxyAssemblyNotLoadedException(string message, Exception innerException) : base(message, innerException) {} ////// Constructor for serialization /// //CASRemoval:[SecurityPermissionAttribute(SecurityAction.Demand,SerializationFormatter=true)] protected ProxyAssemblyNotLoadedException(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
- StickyNoteHelper.cs
- HttpRequestBase.cs
- ArgumentDesigner.xaml.cs
- XPathAncestorQuery.cs
- Evaluator.cs
- PartitionResolver.cs
- HScrollProperties.cs
- FrameSecurityDescriptor.cs
- MenuItemAutomationPeer.cs
- ReadOnlyHierarchicalDataSource.cs
- ListViewItem.cs
- arclist.cs
- ImageAnimator.cs
- UrlMapping.cs
- MediaTimeline.cs
- DateTimePicker.cs
- Exceptions.cs
- IERequestCache.cs
- TrackBarRenderer.cs
- StringInfo.cs
- Misc.cs
- DataMemberConverter.cs
- ThreadInterruptedException.cs
- HtmlGenericControl.cs
- Context.cs
- RSAProtectedConfigurationProvider.cs
- SkinBuilder.cs
- ParameterCollection.cs
- TaskScheduler.cs
- UseLicense.cs
- SignedInfo.cs
- TextServicesLoader.cs
- GlyphRun.cs
- RestHandler.cs
- ListParaClient.cs
- StoreItemCollection.Loader.cs
- VBIdentifierNameEditor.cs
- SoapAttributeAttribute.cs
- AnnotationComponentManager.cs
- MobileControlsSection.cs
- AnyAllSearchOperator.cs
- TerminatingOperationBehavior.cs
- AssertSection.cs
- InputScopeConverter.cs
- VarRefManager.cs
- X509ChainPolicy.cs
- BaseCodeDomTreeGenerator.cs
- UdpSocketReceiveManager.cs
- ThemeableAttribute.cs
- Regex.cs
- TableProviderWrapper.cs
- LinkedList.cs
- GridViewDeletedEventArgs.cs
- NavigationWindow.cs
- SQLInt16Storage.cs
- ModuleBuilder.cs
- DataGridCommandEventArgs.cs
- CodeCatchClause.cs
- DesignerEditorPartChrome.cs
- WindowsTab.cs
- FormViewUpdatedEventArgs.cs
- ToolStripLocationCancelEventArgs.cs
- SqlDataSourceCommandParser.cs
- Pool.cs
- WorkflowMarkupSerializationProvider.cs
- ManualResetEvent.cs
- LinqDataSourceSelectEventArgs.cs
- Viewport2DVisual3D.cs
- AliasExpr.cs
- DesignerDataStoredProcedure.cs
- RSAOAEPKeyExchangeFormatter.cs
- EventsTab.cs
- XhtmlBasicCalendarAdapter.cs
- WindowsTitleBar.cs
- ReadOnlyPropertyMetadata.cs
- MultiPropertyDescriptorGridEntry.cs
- XsdDataContractExporter.cs
- PropertyMap.cs
- AsyncResult.cs
- DataRecordObjectView.cs
- ComponentManagerBroker.cs
- MD5CryptoServiceProvider.cs
- Trace.cs
- CodeGenerator.cs
- BinaryFormatterWriter.cs
- SimpleBitVector32.cs
- processwaithandle.cs
- DataGridViewCellToolTipTextNeededEventArgs.cs
- Message.cs
- ArrayElementGridEntry.cs
- XmlQualifiedName.cs
- sqlser.cs
- XmlSchemaChoice.cs
- EditingCommands.cs
- Panel.cs
- VectorAnimationUsingKeyFrames.cs
- MethodBuilderInstantiation.cs
- CompilerGeneratedAttribute.cs
- RSAPKCS1KeyExchangeFormatter.cs
- SHA384.cs