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
- ButtonStandardAdapter.cs
- ImageSourceConverter.cs
- NullableLongAverageAggregationOperator.cs
- PnrpPermission.cs
- RootProjectionNode.cs
- PieceDirectory.cs
- ControlEvent.cs
- TreeView.cs
- RouteUrlExpressionBuilder.cs
- BaseHashHelper.cs
- DataServiceQueryContinuation.cs
- CompositeDataBoundControl.cs
- ProxyWebPartManager.cs
- InputScopeConverter.cs
- SpeechAudioFormatInfo.cs
- StoreContentChangedEventArgs.cs
- TagPrefixCollection.cs
- XmlLanguage.cs
- PersianCalendar.cs
- Pair.cs
- PasswordBox.cs
- ClipboardProcessor.cs
- BamlRecords.cs
- Profiler.cs
- TypeDelegator.cs
- SqlSelectClauseBuilder.cs
- FileDialog_Vista_Interop.cs
- WebSysDefaultValueAttribute.cs
- PreparingEnlistment.cs
- Rotation3DAnimation.cs
- DoubleIndependentAnimationStorage.cs
- NumberEdit.cs
- DataSysAttribute.cs
- ListSortDescriptionCollection.cs
- RawStylusInputReport.cs
- XmlSchemaComplexContentRestriction.cs
- WsdlBuildProvider.cs
- TrustManager.cs
- XmlReader.cs
- IpcChannel.cs
- CellLabel.cs
- TdsParserStateObject.cs
- StateMachineSubscription.cs
- TreeViewAutomationPeer.cs
- CaseInsensitiveComparer.cs
- TextBoxBaseDesigner.cs
- PlatformNotSupportedException.cs
- ObjectListDataBindEventArgs.cs
- MailWriter.cs
- TdsParserHelperClasses.cs
- BuildProvider.cs
- Zone.cs
- XmlRawWriter.cs
- indexingfiltermarshaler.cs
- DependsOnAttribute.cs
- DateTimeFormatInfo.cs
- XPathParser.cs
- ResourceProperty.cs
- HttpCookieCollection.cs
- IdentityValidationException.cs
- AdCreatedEventArgs.cs
- LinqDataSourceValidationException.cs
- PropertyConverter.cs
- HttpListenerPrefixCollection.cs
- FullTextState.cs
- Registry.cs
- StackBuilderSink.cs
- TimeSpanStorage.cs
- IDReferencePropertyAttribute.cs
- DateTimeValueSerializerContext.cs
- LoginName.cs
- BorderGapMaskConverter.cs
- PrintController.cs
- DataGridViewTopRowAccessibleObject.cs
- QuotedPairReader.cs
- ELinqQueryState.cs
- VariableQuery.cs
- StrokeCollectionDefaultValueFactory.cs
- QilFactory.cs
- SqlParameter.cs
- PropertyDescriptorGridEntry.cs
- panel.cs
- DnsEndPoint.cs
- _SslState.cs
- ClassHandlersStore.cs
- TTSEngineTypes.cs
- SchemaCollectionCompiler.cs
- ResourcesBuildProvider.cs
- XmlSerializationReader.cs
- BindingNavigator.cs
- Literal.cs
- complextypematerializer.cs
- DocumentCollection.cs
- PictureBox.cs
- RestrictedTransactionalPackage.cs
- CollectionViewGroupRoot.cs
- SoapExtensionTypeElementCollection.cs
- BitSet.cs
- X509CertificateTrustedIssuerElementCollection.cs
- TextBox.cs