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
- CallbackDebugElement.cs
- TextRangeSerialization.cs
- CreateInstanceBinder.cs
- MSAAEventDispatcher.cs
- BatchStream.cs
- XmlEntityReference.cs
- ADMembershipUser.cs
- ListView.cs
- MimeTypePropertyAttribute.cs
- GrammarBuilder.cs
- InkCanvasFeedbackAdorner.cs
- DuplicateWaitObjectException.cs
- TextProperties.cs
- SmiRequestExecutor.cs
- PropertyInformationCollection.cs
- Journaling.cs
- ImageSourceConverter.cs
- PersonalizableAttribute.cs
- ResolveNameEventArgs.cs
- DataGridColumnCollectionEditor.cs
- OleDbCommandBuilder.cs
- TypedDataSourceCodeGenerator.cs
- WindowsToolbarItemAsMenuItem.cs
- SafeNativeMethods.cs
- Span.cs
- TextServicesCompartment.cs
- NullableDoubleMinMaxAggregationOperator.cs
- OleDbErrorCollection.cs
- SymmetricKeyWrap.cs
- Vector.cs
- AtomicFile.cs
- PerfCounters.cs
- HashMembershipCondition.cs
- EnumBuilder.cs
- DataPager.cs
- SerializableAttribute.cs
- Psha1DerivedKeyGenerator.cs
- ProfileGroupSettings.cs
- SharedDp.cs
- UmAlQuraCalendar.cs
- Visual.cs
- BindingsCollection.cs
- NameValueFileSectionHandler.cs
- DataControlPagerLinkButton.cs
- HttpBindingExtension.cs
- PackUriHelper.cs
- SafeCertificateContext.cs
- ListViewTableRow.cs
- EntityDesignerUtils.cs
- DataStreams.cs
- WebColorConverter.cs
- ProgressBarAutomationPeer.cs
- DockingAttribute.cs
- MemberMemberBinding.cs
- SHA512Managed.cs
- XmlSchemaAny.cs
- TreePrinter.cs
- CompoundFileIOPermission.cs
- X509ImageLogo.cs
- ObjectListFieldsPage.cs
- SmiXetterAccessMap.cs
- ServiceInstallComponent.cs
- CompilerErrorCollection.cs
- Point3DCollection.cs
- DataGridViewCellStyleConverter.cs
- List.cs
- Brush.cs
- WorkflowApplicationCompletedException.cs
- ReverseQueryOperator.cs
- ConnectivityStatus.cs
- HashSetEqualityComparer.cs
- DataGridViewCell.cs
- PeerNearMe.cs
- DrawingImage.cs
- RelationshipEndCollection.cs
- XmlArrayItemAttributes.cs
- X509Certificate.cs
- NetStream.cs
- AuthenticationException.cs
- CodeGenerator.cs
- FloaterBaseParagraph.cs
- ExtensibleClassFactory.cs
- TextServicesProperty.cs
- ObjectHelper.cs
- WindowsStatusBar.cs
- ListBoxAutomationPeer.cs
- MtomMessageEncodingElement.cs
- QilBinary.cs
- CatalogPartChrome.cs
- HandlerBase.cs
- ArrayElementGridEntry.cs
- ParameterToken.cs
- CharEntityEncoderFallback.cs
- OperatorExpressions.cs
- MarkupObject.cs
- ViewLoader.cs
- ProxyAttribute.cs
- MILUtilities.cs
- ColorPalette.cs
- ToolStripSeparator.cs