Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / ndp / clr / src / BCL / System / Reflection / TargetException.cs / 1 / TargetException.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== //////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////// // // TargetException is thrown when the target to an Invoke is invalid. This may // occur because the caller doesn't have access to the member, or the target doesn't // define the member, etc. // // // // namespace System.Reflection { using System; using System.Runtime.Serialization; [Serializable()] [System.Runtime.InteropServices.ComVisible(true)] public class TargetException : ApplicationException { public TargetException() : base() { SetErrorCode(__HResults.COR_E_TARGET); } public TargetException(String message) : base(message) { SetErrorCode(__HResults.COR_E_TARGET); } public TargetException(String message, Exception inner) : base(message, inner) { SetErrorCode(__HResults.COR_E_TARGET); } protected TargetException(SerializationInfo info, StreamingContext context) : base (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
- DesignerUtils.cs
- RepeaterItemCollection.cs
- IDReferencePropertyAttribute.cs
- ComboBoxAutomationPeer.cs
- SecureConversationVersion.cs
- XmlSchemaObject.cs
- ScriptReferenceEventArgs.cs
- RootDesignerSerializerAttribute.cs
- AsyncSerializedWorker.cs
- InternalBufferOverflowException.cs
- ListViewInsertEventArgs.cs
- thaishape.cs
- ConfigurationPermission.cs
- Publisher.cs
- WebConfigurationHostFileChange.cs
- regiisutil.cs
- SiteMapNodeCollection.cs
- ClonableStack.cs
- ValueExpressions.cs
- InitializationEventAttribute.cs
- FileLogRecord.cs
- BitmapEncoder.cs
- ProfileManager.cs
- TypeBuilderInstantiation.cs
- AesCryptoServiceProvider.cs
- UIElement.cs
- SystemMulticastIPAddressInformation.cs
- _NTAuthentication.cs
- XPathQilFactory.cs
- UncommonField.cs
- ThousandthOfEmRealPoints.cs
- StringUtil.cs
- EntityDataSourceView.cs
- Crc32.cs
- GridEntryCollection.cs
- OdbcError.cs
- ToolStripItemGlyph.cs
- TextRange.cs
- TableLayoutPanelCellPosition.cs
- ObjectStorage.cs
- BinaryConverter.cs
- MouseOverProperty.cs
- TemplateEditingFrame.cs
- ConfigUtil.cs
- WebBrowserUriTypeConverter.cs
- ZipIOCentralDirectoryDigitalSignature.cs
- MSAANativeProvider.cs
- Privilege.cs
- DecoderFallback.cs
- FacetDescriptionElement.cs
- ClosureBinding.cs
- documentsequencetextpointer.cs
- SmiRecordBuffer.cs
- IdentityNotMappedException.cs
- ValueSerializer.cs
- AssemblyCollection.cs
- EventProviderBase.cs
- CodeMemberEvent.cs
- DataView.cs
- Point3DCollection.cs
- TableNameAttribute.cs
- TextBoxBaseDesigner.cs
- FormViewDeleteEventArgs.cs
- WebUtil.cs
- CodeGenerator.cs
- Label.cs
- ConnectionPoolRegistry.cs
- SuppressIldasmAttribute.cs
- FreezableDefaultValueFactory.cs
- NotFiniteNumberException.cs
- ApplicationBuildProvider.cs
- CompilerParameters.cs
- WebZone.cs
- PersonalizationStateInfo.cs
- ZipArchive.cs
- EventRouteFactory.cs
- CommonObjectSecurity.cs
- SQLInt16Storage.cs
- TraceXPathNavigator.cs
- HttpProcessUtility.cs
- HttpContextServiceHost.cs
- TextEditor.cs
- FrameSecurityDescriptor.cs
- CodeExpressionRuleDeclaration.cs
- SelectingProviderEventArgs.cs
- SchemaCollectionPreprocessor.cs
- WindowsListViewItemStartMenu.cs
- SqlBuilder.cs
- DataGridTextColumn.cs
- CornerRadiusConverter.cs
- CorrelationQuery.cs
- InternalsVisibleToAttribute.cs
- XmlnsDefinitionAttribute.cs
- AmbiguousMatchException.cs
- Label.cs
- FormViewPageEventArgs.cs
- ServiceCredentialsSecurityTokenManager.cs
- XNodeNavigator.cs
- DbParameterHelper.cs
- IDQuery.cs