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
- DateTimeConverter2.cs
- RuntimeHandles.cs
- BindingGroup.cs
- SimpleFieldTemplateUserControl.cs
- WinFormsSpinner.cs
- DataRelationCollection.cs
- WindowsListViewSubItem.cs
- TextServicesCompartment.cs
- FormatStringEditor.cs
- SqlAliasesReferenced.cs
- Error.cs
- RepeaterItem.cs
- PersonalizableAttribute.cs
- SerialErrors.cs
- SiteMap.cs
- StrokeNodeData.cs
- DataViewManager.cs
- Wildcard.cs
- HeaderedItemsControl.cs
- PolygonHotSpot.cs
- ToolBar.cs
- XmlDataDocument.cs
- input.cs
- SafeRegistryHandle.cs
- EncoderBestFitFallback.cs
- Evidence.cs
- DataSource.cs
- ByeMessageApril2005.cs
- AbandonedMutexException.cs
- Schema.cs
- PermissionAttributes.cs
- ProgressBarRenderer.cs
- XmlQueryRuntime.cs
- ExpressionConverter.cs
- SqlUdtInfo.cs
- WindowsUpDown.cs
- DataGridViewRowsAddedEventArgs.cs
- HttpWebRequestElement.cs
- UnsafeNativeMethods.cs
- UnsupportedPolicyOptionsException.cs
- TextEditorDragDrop.cs
- Latin1Encoding.cs
- TemplatePropertyEntry.cs
- TextEvent.cs
- DataGridViewCellCollection.cs
- OperationAbortedException.cs
- Stroke2.cs
- WmlPanelAdapter.cs
- DataGridViewColumn.cs
- DataRowComparer.cs
- AttributeQuery.cs
- DrawingAttributeSerializer.cs
- FixedBufferAttribute.cs
- Viewport3DAutomationPeer.cs
- UnmanagedMemoryStream.cs
- FieldToken.cs
- RNGCryptoServiceProvider.cs
- SubclassTypeValidatorAttribute.cs
- CommandDevice.cs
- HtmlTableRow.cs
- ReadOnlyAttribute.cs
- _TLSstream.cs
- OdbcConnectionHandle.cs
- SQLInt64Storage.cs
- DeploymentSection.cs
- DataView.cs
- IntAverageAggregationOperator.cs
- MatrixCamera.cs
- SocketInformation.cs
- _NtlmClient.cs
- MarkupExtensionParser.cs
- ToolStripLabel.cs
- BuildManager.cs
- InstanceDataCollectionCollection.cs
- Label.cs
- ListItemCollection.cs
- CodeObjectCreateExpression.cs
- OutputScope.cs
- LockRenewalTask.cs
- OperationAbortedException.cs
- InfoCardRSAOAEPKeyExchangeDeformatter.cs
- OpenTypeLayout.cs
- TextEditorSelection.cs
- Dictionary.cs
- SHA1Managed.cs
- SynchronizedInputProviderWrapper.cs
- TextRangeEditTables.cs
- AccessedThroughPropertyAttribute.cs
- SqlGenericUtil.cs
- DataTableTypeConverter.cs
- SettingsPropertyWrongTypeException.cs
- TdsRecordBufferSetter.cs
- SqlExpander.cs
- PrivateFontCollection.cs
- EntityConnectionStringBuilder.cs
- DbDataSourceEnumerator.cs
- SizeF.cs
- wgx_exports.cs
- XmlHierarchicalDataSourceView.cs
- AssociationProvider.cs