Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / clr / src / BCL / System / Reflection / TargetInvocationException.cs / 1 / TargetInvocationException.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== //////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////// // // TargetInvocationException is used to report an exception that was thrown // by the target of an invocation. // // // // namespace System.Reflection { using System; using System.Runtime.Serialization; [Serializable()] [System.Runtime.InteropServices.ComVisible(true)] public sealed class TargetInvocationException : ApplicationException { // This exception is not creatable without specifying the // inner exception. private TargetInvocationException() : base(Environment.GetResourceString("Arg_TargetInvocationException")) { SetErrorCode(__HResults.COR_E_TARGETINVOCATION); } // This is called from within the runtime. private TargetInvocationException(String message) : base(message) { SetErrorCode(__HResults.COR_E_TARGETINVOCATION); } public TargetInvocationException(System.Exception inner) : base(Environment.GetResourceString("Arg_TargetInvocationException"), inner) { SetErrorCode(__HResults.COR_E_TARGETINVOCATION); } public TargetInvocationException(String message, Exception inner) : base(message, inner) { SetErrorCode(__HResults.COR_E_TARGETINVOCATION); } internal TargetInvocationException(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. // // ==--== //////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////// // // TargetInvocationException is used to report an exception that was thrown // by the target of an invocation. // // // // namespace System.Reflection { using System; using System.Runtime.Serialization; [Serializable()] [System.Runtime.InteropServices.ComVisible(true)] public sealed class TargetInvocationException : ApplicationException { // This exception is not creatable without specifying the // inner exception. private TargetInvocationException() : base(Environment.GetResourceString("Arg_TargetInvocationException")) { SetErrorCode(__HResults.COR_E_TARGETINVOCATION); } // This is called from within the runtime. private TargetInvocationException(String message) : base(message) { SetErrorCode(__HResults.COR_E_TARGETINVOCATION); } public TargetInvocationException(System.Exception inner) : base(Environment.GetResourceString("Arg_TargetInvocationException"), inner) { SetErrorCode(__HResults.COR_E_TARGETINVOCATION); } public TargetInvocationException(String message, Exception inner) : base(message, inner) { SetErrorCode(__HResults.COR_E_TARGETINVOCATION); } internal TargetInvocationException(SerializationInfo info, StreamingContext context) : base (info, context) { } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DropAnimation.xaml.cs
- _NetRes.cs
- AutomationElement.cs
- GeneralTransform3D.cs
- OperationPerformanceCounters.cs
- QilStrConcat.cs
- SetterBase.cs
- InputMethod.cs
- TemplatedMailWebEventProvider.cs
- DataSourceHelper.cs
- BaseValidatorDesigner.cs
- OdbcUtils.cs
- StylusPointPropertyInfo.cs
- Section.cs
- EdmConstants.cs
- ObjectItemAttributeAssemblyLoader.cs
- TrackBarRenderer.cs
- ComponentDispatcher.cs
- DesignSurfaceEvent.cs
- CompositeFontParser.cs
- Module.cs
- GridViewRow.cs
- GregorianCalendarHelper.cs
- hwndwrapper.cs
- BitmapSourceSafeMILHandle.cs
- OracleNumber.cs
- ReferencedType.cs
- OdbcPermission.cs
- ProgressiveCrcCalculatingStream.cs
- versioninfo.cs
- DocumentViewerAutomationPeer.cs
- LocalFileSettingsProvider.cs
- Soap.cs
- StoreContentChangedEventArgs.cs
- shaper.cs
- SchemaMerger.cs
- PixelFormats.cs
- Command.cs
- MemberExpressionHelper.cs
- DataGridViewColumnDesignTimeVisibleAttribute.cs
- ConfigXmlCDataSection.cs
- PocoPropertyAccessorStrategy.cs
- XmlSchemaParticle.cs
- ReverseComparer.cs
- BuilderPropertyEntry.cs
- EntityDataSourceWrapperCollection.cs
- SizeIndependentAnimationStorage.cs
- DbMetaDataCollectionNames.cs
- NavigationProperty.cs
- MetadataStore.cs
- ValidationEventArgs.cs
- RootBrowserWindow.cs
- PropertySourceInfo.cs
- BooleanToVisibilityConverter.cs
- DbConnectionPool.cs
- InputLanguageSource.cs
- TargetInvocationException.cs
- Msec.cs
- UnconditionalPolicy.cs
- Rijndael.cs
- CryptoApi.cs
- MediaTimeline.cs
- ButtonBaseAutomationPeer.cs
- CacheDict.cs
- Token.cs
- HttpCookiesSection.cs
- XmlWrappingReader.cs
- ExpressionBuilder.cs
- EventEntry.cs
- ContentPlaceHolder.cs
- UnsafeNativeMethods.cs
- FreezableDefaultValueFactory.cs
- ReversePositionQuery.cs
- RenderData.cs
- NotSupportedException.cs
- MulticastOption.cs
- ListViewCommandEventArgs.cs
- PingOptions.cs
- IdentityHolder.cs
- DocumentSequenceHighlightLayer.cs
- ForwardPositionQuery.cs
- UIElement3D.cs
- CustomAttribute.cs
- GridEntry.cs
- PrivateFontCollection.cs
- ModelFunctionTypeElement.cs
- DynamicRendererThreadManager.cs
- CultureTableRecord.cs
- UndoEngine.cs
- GridViewDeletedEventArgs.cs
- Select.cs
- sqlser.cs
- ErrorEventArgs.cs
- ThemeDirectoryCompiler.cs
- XmlDataDocument.cs
- DataGridDesigner.cs
- Geometry3D.cs
- Quad.cs
- CompressEmulationStream.cs
- WebBrowserNavigatingEventHandler.cs