Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- ParseNumbers.cs
- RuntimeHelpers.cs
- ElementHostPropertyMap.cs
- NameValuePair.cs
- StatusBarPanelClickEvent.cs
- RelationshipConstraintValidator.cs
- BitmapEffectInput.cs
- StrokeNodeEnumerator.cs
- FileLoadException.cs
- Condition.cs
- ParameterCollection.cs
- RegexCharClass.cs
- CollectionBase.cs
- NumberSubstitution.cs
- util.cs
- WsdlHelpGeneratorElement.cs
- SystemIPGlobalStatistics.cs
- HttpValueCollection.cs
- WindowPattern.cs
- GenerateTemporaryTargetAssembly.cs
- FontClient.cs
- DataSourceComponent.cs
- RemotingConfigParser.cs
- MatrixTransform3D.cs
- BindingBase.cs
- InputLanguageProfileNotifySink.cs
- HistoryEventArgs.cs
- HasCopySemanticsAttribute.cs
- DesignerActionUI.cs
- BitmapPalette.cs
- EntitySetBaseCollection.cs
- ResourceSetExpression.cs
- RemoteWebConfigurationHostStream.cs
- ResourceReferenceExpression.cs
- ToolStripPanel.cs
- AssertFilter.cs
- GrammarBuilder.cs
- DiscoveryReference.cs
- SettingsPropertyCollection.cs
- DataStreams.cs
- ResourceIDHelper.cs
- WebPart.cs
- InternalConfigSettingsFactory.cs
- ToggleButton.cs
- Membership.cs
- TemplateContentLoader.cs
- FacetEnabledSchemaElement.cs
- DataViewListener.cs
- UriExt.cs
- Debug.cs
- ImmComposition.cs
- StretchValidation.cs
- XPathNodeIterator.cs
- RuntimeIdentifierPropertyAttribute.cs
- _ServiceNameStore.cs
- BitmapSizeOptions.cs
- TableLayoutPanelResizeGlyph.cs
- ProfilePropertyNameValidator.cs
- TimeSpanConverter.cs
- Constant.cs
- ISAPIApplicationHost.cs
- ParallelDesigner.xaml.cs
- IriParsingElement.cs
- ValueUtilsSmi.cs
- ContractMapping.cs
- TypeSchema.cs
- DataProtection.cs
- MetadataCollection.cs
- VisualCollection.cs
- PieceNameHelper.cs
- FilterEventArgs.cs
- SqlDataSourceSummaryPanel.cs
- MarshalByRefObject.cs
- IPHostEntry.cs
- ViewgenGatekeeper.cs
- DesignerDataConnection.cs
- EmptyElement.cs
- OleAutBinder.cs
- Double.cs
- BrowserTree.cs
- VisualTreeUtils.cs
- WebPartConnectionsDisconnectVerb.cs
- ParserExtension.cs
- TdsParameterSetter.cs
- Attribute.cs
- KnownBoxes.cs
- RegularExpressionValidator.cs
- Panel.cs
- Formatter.cs
- PropertyMetadata.cs
- ProtocolsSection.cs
- PresentationSource.cs
- KnownTypeAttribute.cs
- AcceptorSessionSymmetricMessageSecurityProtocol.cs
- JournalEntry.cs
- WebPartManager.cs
- DSASignatureDeformatter.cs
- WebPartHelpVerb.cs
- XPathNodeInfoAtom.cs
- AnnotationStore.cs