Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / xsp / System / Web / UI / WebControls / SendMailErrorEventArgs.cs / 1 / SendMailErrorEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System.Web.Security; using System.Security.Permissions; [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] 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; using System.Security.Permissions; [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] 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
- DateTimeStorage.cs
- TagPrefixAttribute.cs
- TreeNodeCollection.cs
- MimeXmlImporter.cs
- SqlUserDefinedTypeAttribute.cs
- CssClassPropertyAttribute.cs
- LocatorBase.cs
- BindingCompleteEventArgs.cs
- ActivityInstanceMap.cs
- ClientUtils.cs
- MetaModel.cs
- Serialization.cs
- SmiGettersStream.cs
- JsonQNameDataContract.cs
- Pkcs9Attribute.cs
- AsyncCallback.cs
- Version.cs
- PolicyChain.cs
- TextHidden.cs
- WebPartConnectionsCancelVerb.cs
- JavaScriptSerializer.cs
- MaskedTextBoxDesigner.cs
- WindowVisualStateTracker.cs
- DbConnectionStringCommon.cs
- PageMediaSize.cs
- DataControlExtensions.cs
- EditorZoneBase.cs
- FontResourceCache.cs
- WorkflowServiceBuildProvider.cs
- VariableDesigner.xaml.cs
- MLangCodePageEncoding.cs
- DataGridViewAutoSizeModeEventArgs.cs
- LeafCellTreeNode.cs
- Expression.cs
- HitTestDrawingContextWalker.cs
- DescendantOverDescendantQuery.cs
- KnownColorTable.cs
- ToolStripHighContrastRenderer.cs
- InputMethodStateTypeInfo.cs
- ImageIndexConverter.cs
- IntegerValidatorAttribute.cs
- OrderByBuilder.cs
- CodeGenerator.cs
- MdiWindowListItemConverter.cs
- SqlBooleanizer.cs
- CallSiteOps.cs
- ExpressionNormalizer.cs
- PerfService.cs
- RegisteredExpandoAttribute.cs
- RenderingEventArgs.cs
- TreeIterators.cs
- DesignerActionUIStateChangeEventArgs.cs
- WebProxyScriptElement.cs
- IncrementalReadDecoders.cs
- WebPartEditorCancelVerb.cs
- _ListenerRequestStream.cs
- UnmanagedMemoryStream.cs
- Debug.cs
- EmbeddedMailObject.cs
- TdsParserStaticMethods.cs
- CustomTrackingRecord.cs
- OdbcConnectionString.cs
- UserValidatedEventArgs.cs
- AncestorChangedEventArgs.cs
- BitmapCodecInfo.cs
- HandleRef.cs
- TextMarkerSource.cs
- PreviewPageInfo.cs
- RoleGroup.cs
- SiteMapDataSourceView.cs
- WinFormsSpinner.cs
- WebControl.cs
- GeometryDrawing.cs
- Shape.cs
- ScrollBar.cs
- AnimatedTypeHelpers.cs
- ResolveCriteria.cs
- TextServicesPropertyRanges.cs
- Match.cs
- TextWriter.cs
- SamlAssertionKeyIdentifierClause.cs
- Crypto.cs
- CompilerGlobalScopeAttribute.cs
- OperationContextScope.cs
- PreparingEnlistment.cs
- AuthenticationModuleElementCollection.cs
- HttpChannelHelpers.cs
- SqlNotificationEventArgs.cs
- StreamHelper.cs
- RoutedEventHandlerInfo.cs
- BindToObject.cs
- GridViewRowCollection.cs
- XhtmlBasicLiteralTextAdapter.cs
- LabelExpression.cs
- FileReservationCollection.cs
- BitConverter.cs
- UniqueConstraint.cs
- SyntaxCheck.cs
- TimeSpanConverter.cs
- ReadOnlyDictionary.cs