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
- RichTextBox.cs
- BufferedGraphicsContext.cs
- DataGridCommandEventArgs.cs
- NetworkInterface.cs
- NativeMethods.cs
- ButtonField.cs
- PersistenceProvider.cs
- PrintingPermission.cs
- Model3DGroup.cs
- ColorInterpolationModeValidation.cs
- TrackingProfileManager.cs
- FileNotFoundException.cs
- StagingAreaInputItem.cs
- QilBinary.cs
- UniqueIdentifierService.cs
- Propagator.JoinPropagator.cs
- JsonSerializer.cs
- FocusTracker.cs
- ClassImporter.cs
- FreeFormDragDropManager.cs
- AnchoredBlock.cs
- OletxEnlistment.cs
- InvalidWMPVersionException.cs
- DefaultHttpHandler.cs
- ICspAsymmetricAlgorithm.cs
- SqlLiftWhereClauses.cs
- InputManager.cs
- TextElementEnumerator.cs
- FacetDescriptionElement.cs
- HtmlTableRowCollection.cs
- XmlDataDocument.cs
- VerificationAttribute.cs
- LogLogRecordEnumerator.cs
- XXXInfos.cs
- ProfileProvider.cs
- ComboBoxHelper.cs
- RolePrincipal.cs
- DataProviderNameConverter.cs
- FontClient.cs
- RemoveStoryboard.cs
- Mappings.cs
- Control.cs
- HostingPreferredMapPath.cs
- TableSectionStyle.cs
- ImageSource.cs
- AutomationProperties.cs
- ObjectDisposedException.cs
- DataError.cs
- Monitor.cs
- GridViewUpdateEventArgs.cs
- CompiledAction.cs
- FreeIndexList.cs
- MouseOverProperty.cs
- Error.cs
- MailMessageEventArgs.cs
- FrameworkContentElementAutomationPeer.cs
- PropertyIDSet.cs
- TabControl.cs
- QueryOpeningEnumerator.cs
- RuntimeIdentifierPropertyAttribute.cs
- UpdateManifestForBrowserApplication.cs
- ContentPosition.cs
- PaintEvent.cs
- mediaeventshelper.cs
- FileSystemWatcher.cs
- DecoratedNameAttribute.cs
- StrokeFIndices.cs
- XmlNamespaceDeclarationsAttribute.cs
- mda.cs
- RowSpanVector.cs
- BitmapEffectInputData.cs
- XmlSchemaNotation.cs
- EntitySqlQueryState.cs
- HttpSysSettings.cs
- ProvidersHelper.cs
- IdentifierService.cs
- PriorityBindingExpression.cs
- WS2007HttpBindingElement.cs
- PersistenceParticipant.cs
- ListBindableAttribute.cs
- MetadataItemSerializer.cs
- PrintingPermissionAttribute.cs
- WebDescriptionAttribute.cs
- ExpressionVisitorHelpers.cs
- DoWhile.cs
- BooleanStorage.cs
- HttpListener.cs
- StringStorage.cs
- filewebresponse.cs
- NativeWrapper.cs
- autovalidator.cs
- WmiPutTraceRecord.cs
- WeakReferenceKey.cs
- ContentPresenter.cs
- NamedObject.cs
- GetIndexBinder.cs
- StaticFileHandler.cs
- SessionStateContainer.cs
- CompareValidator.cs
- TileBrush.cs