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
- XPathScanner.cs
- _HeaderInfoTable.cs
- CodeParameterDeclarationExpressionCollection.cs
- WorkflowRuntimeServiceElementCollection.cs
- LinearKeyFrames.cs
- DtdParser.cs
- NonParentingControl.cs
- TransformGroup.cs
- AllMembershipCondition.cs
- FilteredDataSetHelper.cs
- JournalEntry.cs
- AsyncPostBackTrigger.cs
- SafeNativeMemoryHandle.cs
- LoadGrammarCompletedEventArgs.cs
- ObjectDataSourceFilteringEventArgs.cs
- ListSourceHelper.cs
- GC.cs
- DataTableMapping.cs
- BamlBinaryReader.cs
- TextTrailingWordEllipsis.cs
- ControlFilterExpression.cs
- CharUnicodeInfo.cs
- CodeGeneratorOptions.cs
- TextBoxDesigner.cs
- UniqueIdentifierService.cs
- DrawingContextWalker.cs
- FlowDocumentScrollViewer.cs
- BulletedListEventArgs.cs
- PassportPrincipal.cs
- WebPartEditorOkVerb.cs
- ConnectionStringEditor.cs
- GeometryHitTestResult.cs
- IPEndPoint.cs
- AsmxEndpointPickerExtension.cs
- WebHttpDispatchOperationSelector.cs
- VirtualizingStackPanel.cs
- PageEventArgs.cs
- ThumbButtonInfo.cs
- Timeline.cs
- BindingFormattingDialog.cs
- AsyncCompletedEventArgs.cs
- PropertyPushdownHelper.cs
- DataMisalignedException.cs
- ClientBase.cs
- CorePropertiesFilter.cs
- XmlElementCollection.cs
- HighContrastHelper.cs
- SByteStorage.cs
- EditorAttribute.cs
- DecimalStorage.cs
- ApplyTemplatesAction.cs
- HttpListenerException.cs
- filewebrequest.cs
- TypeHelper.cs
- SqlRewriteScalarSubqueries.cs
- BezierSegment.cs
- ServicesUtilities.cs
- GeometryDrawing.cs
- TimeSpanConverter.cs
- DragDeltaEventArgs.cs
- ParameterCollection.cs
- InfoCardRSAPKCS1KeyExchangeFormatter.cs
- TextBoxBase.cs
- Rotation3DAnimation.cs
- cookie.cs
- DataContractSerializerMessageContractImporter.cs
- DrawingServices.cs
- WindowsListViewGroupHelper.cs
- ReadOnlyDictionary.cs
- InvokeMemberBinder.cs
- ElementNotEnabledException.cs
- XNameTypeConverter.cs
- XpsS0ValidatingLoader.cs
- SqlProcedureAttribute.cs
- CanonicalFontFamilyReference.cs
- ElementNotAvailableException.cs
- ToolStripCodeDomSerializer.cs
- WindowsListViewItemCheckBox.cs
- WebPartTransformer.cs
- GridViewHeaderRowPresenter.cs
- TagPrefixCollection.cs
- DataRowChangeEvent.cs
- SecurityState.cs
- OleDbRowUpdatingEvent.cs
- FlowDocument.cs
- BindingsCollection.cs
- DateTimeParse.cs
- UnknownWrapper.cs
- ExpressionHelper.cs
- StylusTip.cs
- NumericUpDownAcceleration.cs
- ShadowGlyph.cs
- TimeZone.cs
- BaseTemplateCodeDomTreeGenerator.cs
- Delegate.cs
- MiniConstructorInfo.cs
- UnicastIPAddressInformationCollection.cs
- StateRuntime.cs
- SettingsPropertyNotFoundException.cs
- ZipPackage.cs