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
- EntityProviderServices.cs
- IdleTimeoutMonitor.cs
- LinearQuaternionKeyFrame.cs
- FileSystemEnumerable.cs
- Tablet.cs
- URL.cs
- ConfigurationElementProperty.cs
- FormViewInsertedEventArgs.cs
- _AuthenticationState.cs
- OrderPreservingPipeliningSpoolingTask.cs
- AVElementHelper.cs
- MonthCalendarDesigner.cs
- RefreshPropertiesAttribute.cs
- ViewValidator.cs
- QilStrConcatenator.cs
- ValidationHelper.cs
- LocalServiceSecuritySettings.cs
- QilFactory.cs
- GenericEnumConverter.cs
- MenuItem.cs
- OrderByQueryOptionExpression.cs
- BypassElementCollection.cs
- UniformGrid.cs
- BinaryConverter.cs
- HtmlForm.cs
- TextTreeTextElementNode.cs
- ReflectionTypeLoadException.cs
- SizeConverter.cs
- ExpressionNode.cs
- EdmItemCollection.cs
- SqlUtil.cs
- MenuItemStyle.cs
- ExeConfigurationFileMap.cs
- UdpChannelListener.cs
- WebPartCollection.cs
- TileModeValidation.cs
- TraceHwndHost.cs
- ChangeProcessor.cs
- SynchronizationScope.cs
- SafeNativeMethods.cs
- ToolStripContainerDesigner.cs
- SystemWebCachingSectionGroup.cs
- Stroke.cs
- QuotedPrintableStream.cs
- CardSpaceSelector.cs
- StorageInfo.cs
- ObjectViewEntityCollectionData.cs
- EntityModelBuildProvider.cs
- XpsFilter.cs
- mactripleDES.cs
- EventManager.cs
- BufferBuilder.cs
- MutexSecurity.cs
- ComNativeDescriptor.cs
- Int32EqualityComparer.cs
- RandomDelayQueuedSendsAsyncResult.cs
- ExpressionLexer.cs
- OneToOneMappingSerializer.cs
- ToolboxItemFilterAttribute.cs
- BitStack.cs
- AnnotationDocumentPaginator.cs
- StylusEventArgs.cs
- TextSelectionProcessor.cs
- EmbeddedMailObject.cs
- TextTreeInsertUndoUnit.cs
- RtfToXamlLexer.cs
- PackWebRequestFactory.cs
- FormsAuthenticationUser.cs
- ToolStripRenderer.cs
- WebPartCatalogCloseVerb.cs
- KeysConverter.cs
- PointHitTestParameters.cs
- SqlConnectionString.cs
- XMLSchema.cs
- CodeNamespaceCollection.cs
- FixedTextBuilder.cs
- SqlDataSourceCommandEventArgs.cs
- DataGridViewRow.cs
- LocalizabilityAttribute.cs
- RuntimeArgumentHandle.cs
- ObjectStateManager.cs
- RotateTransform3D.cs
- wpf-etw.cs
- TransportBindingElement.cs
- DesignerActionPropertyItem.cs
- HttpServerVarsCollection.cs
- ButtonPopupAdapter.cs
- DateTimeConverter2.cs
- Margins.cs
- TextEmbeddedObject.cs
- FontFamily.cs
- CollectionContainer.cs
- CodeBinaryOperatorExpression.cs
- DefaultEventAttribute.cs
- Rectangle.cs
- UInt32.cs
- GeometryValueSerializer.cs
- SelectionRange.cs
- DataGridItemCollection.cs
- FlowNode.cs