Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- XmlHierarchicalEnumerable.cs
- ScriptDescriptor.cs
- WizardStepBase.cs
- Context.cs
- ListView.cs
- Membership.cs
- DbConnectionPoolCounters.cs
- ThemeDictionaryExtension.cs
- HttpListenerException.cs
- Int32EqualityComparer.cs
- DoubleStorage.cs
- ExpressionLexer.cs
- DivideByZeroException.cs
- sqlser.cs
- MulticastDelegate.cs
- MatrixTransform3D.cs
- TimeEnumHelper.cs
- WebControl.cs
- TrackingStringDictionary.cs
- ProxyFragment.cs
- FontConverter.cs
- FunctionOverloadResolver.cs
- CapiNative.cs
- AsyncContentLoadedEventArgs.cs
- MissingFieldException.cs
- RegionIterator.cs
- BindUriHelper.cs
- ActivityWithResultWrapper.cs
- NullableDoubleMinMaxAggregationOperator.cs
- MarkupExtensionParser.cs
- LabelDesigner.cs
- XPathDocumentNavigator.cs
- CoreSwitches.cs
- ToolStripProgressBar.cs
- _LazyAsyncResult.cs
- ProcessHostConfigUtils.cs
- Highlights.cs
- FileDialog.cs
- QuotedPrintableStream.cs
- ThreadStateException.cs
- AssociationSet.cs
- QuadraticBezierSegment.cs
- InputScopeNameConverter.cs
- WebPartZone.cs
- Ports.cs
- FormViewRow.cs
- CrossContextChannel.cs
- MsmqUri.cs
- WindowsScroll.cs
- DoubleLinkList.cs
- WebScriptEnablingBehavior.cs
- DbProviderSpecificTypePropertyAttribute.cs
- AppDomainShutdownMonitor.cs
- SafeNativeMethods.cs
- TitleStyle.cs
- BitmapEffectGroup.cs
- UnknownWrapper.cs
- BitmapEffectOutputConnector.cs
- Dictionary.cs
- XmlSerializationReader.cs
- WizardForm.cs
- SimpleBitVector32.cs
- Glyph.cs
- ExpressionConverter.cs
- Buffer.cs
- XmlNamespaceDeclarationsAttribute.cs
- FormClosedEvent.cs
- RectangleConverter.cs
- TextTreePropertyUndoUnit.cs
- TextSpan.cs
- ClientBuildManager.cs
- QueryCursorEventArgs.cs
- PowerModeChangedEventArgs.cs
- MediaCommands.cs
- StrokeCollectionDefaultValueFactory.cs
- EventLogger.cs
- DetailsViewUpdateEventArgs.cs
- ContentPathSegment.cs
- TypefaceMetricsCache.cs
- TcpHostedTransportConfiguration.cs
- RectAnimationBase.cs
- Int64AnimationBase.cs
- SecurityTokenTypes.cs
- NestPullup.cs
- ActiveXHost.cs
- ComplexPropertyEntry.cs
- ToolStripContainerDesigner.cs
- Crypto.cs
- DispatcherSynchronizationContext.cs
- TypeToken.cs
- BitmapEffectInput.cs
- CRYPTPROTECT_PROMPTSTRUCT.cs
- SdlChannelSink.cs
- ContextProperty.cs
- ResourcePool.cs
- DispatcherProcessingDisabled.cs
- EventLogTraceListener.cs
- FixedFlowMap.cs
- ThreadStaticAttribute.cs
- processwaithandle.cs