Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebControls / SendMailErrorEventArgs.cs / 1305376 / SendMailErrorEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System.Web.Security; public class SendMailErrorEventArgs : EventArgs { private Exception _exception; private bool _handled = false; public SendMailErrorEventArgs(Exception e) { _exception = e; } ////// Gets or sets the exception which caused the failure /// public Exception Exception { get { return _exception; } set { _exception = value; } } ////// Gets or sets whether the error has been handled /// public bool Handled { get { return _handled; } set { _handled = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System.Web.Security; public class SendMailErrorEventArgs : EventArgs { private Exception _exception; private bool _handled = false; public SendMailErrorEventArgs(Exception e) { _exception = e; } ////// Gets or sets the exception which caused the failure /// public Exception Exception { get { return _exception; } set { _exception = value; } } ////// Gets or sets whether the error has been handled /// public bool Handled { get { return _handled; } set { _handled = value; } } } } // 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
- XNodeNavigator.cs
- PageContentCollection.cs
- KeyInterop.cs
- TemplateBamlTreeBuilder.cs
- PropertyEmitter.cs
- EmissiveMaterial.cs
- WebPartExportVerb.cs
- ResizeBehavior.cs
- StdValidatorsAndConverters.cs
- Nullable.cs
- DbParameterHelper.cs
- TextSelectionProcessor.cs
- NumericPagerField.cs
- DocumentCollection.cs
- SQLDoubleStorage.cs
- CellParaClient.cs
- HitTestWithPointDrawingContextWalker.cs
- ProxyManager.cs
- ThreadSafeList.cs
- ClientApiGenerator.cs
- XmlSchemaFacet.cs
- OutputCacheSettings.cs
- TreeNodeCollection.cs
- GeneralTransformCollection.cs
- BooleanKeyFrameCollection.cs
- SystemPens.cs
- WindowsRichEdit.cs
- SvcMapFileLoader.cs
- Block.cs
- Parallel.cs
- SqlMetaData.cs
- NotFiniteNumberException.cs
- WebBrowserNavigatingEventHandler.cs
- ImageListStreamer.cs
- CaseExpr.cs
- PrintEvent.cs
- FileFormatException.cs
- StrokeCollection2.cs
- TreeIterator.cs
- ToolStripManager.cs
- TablePatternIdentifiers.cs
- Cursors.cs
- messageonlyhwndwrapper.cs
- Adorner.cs
- LambdaCompiler.Statements.cs
- MaskedTextBox.cs
- TypeListConverter.cs
- TimeStampChecker.cs
- X509CertificateTrustedIssuerElement.cs
- UpdateProgress.cs
- FileVersionInfo.cs
- RunClient.cs
- AsyncDataRequest.cs
- ResourceSetExpression.cs
- NullableIntSumAggregationOperator.cs
- InternalBufferOverflowException.cs
- LineServices.cs
- VirtualPathProvider.cs
- Quack.cs
- ConfigurationUtility.cs
- SoapIncludeAttribute.cs
- TypeSource.cs
- Int32CAMarshaler.cs
- ObjectCloneHelper.cs
- RichTextBoxDesigner.cs
- SelectionItemProviderWrapper.cs
- PathFigure.cs
- SqlClientWrapperSmiStream.cs
- DataGridViewSelectedCellsAccessibleObject.cs
- SequentialUshortCollection.cs
- ArrayItemReference.cs
- XmlSchemaObjectTable.cs
- QuotedStringFormatReader.cs
- XamlToRtfWriter.cs
- GeneralTransform3DCollection.cs
- RelativeSource.cs
- AutoGeneratedField.cs
- EventHandlersStore.cs
- CompiledELinqQueryState.cs
- DataGridItemEventArgs.cs
- EventLogPermission.cs
- EventHandlerList.cs
- TableSectionStyle.cs
- CreateUserWizardStep.cs
- SqlDataSourceCommandEventArgs.cs
- LinkLabelLinkClickedEvent.cs
- TimeSpanFormat.cs
- SynchronizedCollection.cs
- DiagnosticStrings.cs
- ToolBarButton.cs
- FormViewCommandEventArgs.cs
- BitmapEffectRenderDataResource.cs
- DynamicHyperLink.cs
- Solver.cs
- WebPartDisplayModeCollection.cs
- Mutex.cs
- FocusWithinProperty.cs
- ArrayTypeMismatchException.cs
- Pen.cs
- StickyNoteHelper.cs