Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / WinFormsIntegration / System / Windows / Integration / IntegrationExceptionEventArgs.cs / 1 / IntegrationExceptionEventArgs.cs
using System.Diagnostics.CodeAnalysis; using System.Globalization; namespace System.Windows.Forms.Integration { ////// Lets the user preview an exception before the exception is thrown. /// public class IntegrationExceptionEventArgs : EventArgs { ////// Initializes a new instance of the IntegrationExceptionEventArgs class. /// public IntegrationExceptionEventArgs(bool throwException, Exception exception) { if (exception == null) { throw new ArgumentNullException(string.Format(CultureInfo.CurrentCulture, SR.Get(SRID.WFI_NullArgument), "exception")); } _throwException = throwException; _exception = exception; } private bool _throwException; private Exception _exception; ////// Determines whether the exception will be thrown. /// public bool ThrowException { get { return _throwException; } set { _throwException = value; } } ////// Identifies the exception that occurred. /// public Exception Exception { get { return _exception; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. using System.Diagnostics.CodeAnalysis; using System.Globalization; namespace System.Windows.Forms.Integration { ////// Lets the user preview an exception before the exception is thrown. /// public class IntegrationExceptionEventArgs : EventArgs { ////// Initializes a new instance of the IntegrationExceptionEventArgs class. /// public IntegrationExceptionEventArgs(bool throwException, Exception exception) { if (exception == null) { throw new ArgumentNullException(string.Format(CultureInfo.CurrentCulture, SR.Get(SRID.WFI_NullArgument), "exception")); } _throwException = throwException; _exception = exception; } private bool _throwException; private Exception _exception; ////// Determines whether the exception will be thrown. /// public bool ThrowException { get { return _throwException; } set { _throwException = value; } } ////// Identifies the exception that occurred. /// public Exception Exception { get { return _exception; } } } } // 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
- Certificate.cs
- FixedPage.cs
- ListViewCommandEventArgs.cs
- SqlBinder.cs
- ThreadAbortException.cs
- MdImport.cs
- InternalTypeHelper.cs
- ManifestSignatureInformation.cs
- ImageBrush.cs
- UInt32Storage.cs
- OleDbMetaDataFactory.cs
- TextServicesContext.cs
- CryptographicAttribute.cs
- documentation.cs
- IChannel.cs
- HttpContextServiceHost.cs
- SystemPens.cs
- ProxySimple.cs
- DockAndAnchorLayout.cs
- UIPermission.cs
- XmlSchemaIdentityConstraint.cs
- SmtpNtlmAuthenticationModule.cs
- PropertyChangedEventArgs.cs
- ContextMenuStrip.cs
- ConfigurationLocation.cs
- NativeWindow.cs
- Matrix3DStack.cs
- Package.cs
- BuildProvidersCompiler.cs
- TableCellCollection.cs
- PointKeyFrameCollection.cs
- XmlParser.cs
- WebHttpBinding.cs
- _NegoStream.cs
- EntitySqlException.cs
- ArgumentException.cs
- PrivilegeNotHeldException.cs
- EntityChangedParams.cs
- FormsAuthenticationModule.cs
- TextRangeEditTables.cs
- TypeReference.cs
- TreeNodeStyle.cs
- BCLDebug.cs
- CompiledQueryCacheKey.cs
- BrowserDefinitionCollection.cs
- CookieProtection.cs
- Mappings.cs
- InvalidComObjectException.cs
- RelationshipWrapper.cs
- CompiledRegexRunnerFactory.cs
- CursorConverter.cs
- ParagraphResult.cs
- TimeStampChecker.cs
- MappedMetaModel.cs
- ParameterCollection.cs
- ThumbAutomationPeer.cs
- TextBox.cs
- XmlWriterSettings.cs
- PropertyConverter.cs
- EncoderFallback.cs
- _LocalDataStore.cs
- Atom10ItemFormatter.cs
- XmlWriterTraceListener.cs
- GPRECT.cs
- DecimalFormatter.cs
- RawTextInputReport.cs
- PaperSize.cs
- HttpModulesSection.cs
- DesignerContextDescriptor.cs
- RegexWriter.cs
- DelimitedListTraceListener.cs
- DataGridViewCellValueEventArgs.cs
- SignedXml.cs
- CssStyleCollection.cs
- webbrowsersite.cs
- ThreadAbortException.cs
- AuthorizationRule.cs
- CapabilitiesUse.cs
- PropertyFilterAttribute.cs
- FormViewCommandEventArgs.cs
- TraceSection.cs
- ToolStripStatusLabel.cs
- SvcMapFileSerializer.cs
- ScriptHandlerFactory.cs
- RuntimeWrappedException.cs
- Activity.cs
- SafeProcessHandle.cs
- CompiledXpathExpr.cs
- Selection.cs
- ColorTransform.cs
- MethodImplAttribute.cs
- InvokePattern.cs
- CodeRegionDirective.cs
- webproxy.cs
- PlanCompilerUtil.cs
- ITreeGenerator.cs
- GridErrorDlg.cs
- HtmlTableCell.cs
- RestHandler.cs
- StringKeyFrameCollection.cs