Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- WorkflowView.cs
- HtmlInputHidden.cs
- EventSinkHelperWriter.cs
- ZipIOExtraFieldPaddingElement.cs
- RoutedCommand.cs
- WebPartConnectionsEventArgs.cs
- WorkerRequest.cs
- PageThemeBuildProvider.cs
- DataTransferEventArgs.cs
- XmlWriter.cs
- ListControl.cs
- TextServicesContext.cs
- DataGridViewComboBoxColumn.cs
- ToolboxDataAttribute.cs
- DiagnosticTrace.cs
- CachedFontFamily.cs
- _AcceptOverlappedAsyncResult.cs
- ScrollChrome.cs
- XmlDigitalSignatureProcessor.cs
- PnrpPermission.cs
- SystemFonts.cs
- RuntimeResourceSet.cs
- CodeTypeReferenceCollection.cs
- ListComponentEditorPage.cs
- WebHostedComPlusServiceHost.cs
- DbConnectionStringCommon.cs
- CodeAttributeArgument.cs
- CqlParser.cs
- TabItemAutomationPeer.cs
- FormViewDeletedEventArgs.cs
- PersistencePipeline.cs
- BitConverter.cs
- TextEffectResolver.cs
- DataGridViewCellEventArgs.cs
- ExpandableObjectConverter.cs
- GenericEnumerator.cs
- TextEffectResolver.cs
- InstanceStoreQueryResult.cs
- EndpointConfigContainer.cs
- TextContainerChangeEventArgs.cs
- AbandonedMutexException.cs
- TableColumnCollection.cs
- GeometryDrawing.cs
- Wrapper.cs
- RegexCapture.cs
- ListSourceHelper.cs
- ParsedAttributeCollection.cs
- LinqDataView.cs
- RegularExpressionValidator.cs
- ParameterBinding.cs
- StructuralCache.cs
- TdsParameterSetter.cs
- Panel.cs
- RecognizedPhrase.cs
- ContainerCodeDomSerializer.cs
- WebExceptionStatus.cs
- Rules.cs
- QueueProcessor.cs
- Set.cs
- ProfessionalColorTable.cs
- FormatterServices.cs
- AppSettingsReader.cs
- DynamicControl.cs
- contentDescriptor.cs
- ColorConverter.cs
- XmlCharCheckingReader.cs
- PageRanges.cs
- DeflateEmulationStream.cs
- CellCreator.cs
- EmissiveMaterial.cs
- datacache.cs
- TypeDescriptor.cs
- DummyDataSource.cs
- EditCommandColumn.cs
- DbReferenceCollection.cs
- OletxResourceManager.cs
- ZipFileInfoCollection.cs
- wmiprovider.cs
- LinqToSqlWrapper.cs
- StaticSiteMapProvider.cs
- LoginCancelEventArgs.cs
- AppDomainEvidenceFactory.cs
- WorkflowElementDialogWindow.xaml.cs
- SQlBooleanStorage.cs
- MetadataAssemblyHelper.cs
- DataRecordInfo.cs
- ModuleBuilderData.cs
- ManipulationCompletedEventArgs.cs
- GridViewRowPresenterBase.cs
- OleDbRowUpdatedEvent.cs
- _FtpDataStream.cs
- List.cs
- WeakReadOnlyCollection.cs
- TableAutomationPeer.cs
- SqlBuilder.cs
- ProcessInputEventArgs.cs
- AssemblyHash.cs
- XmlSchemaAttributeGroupRef.cs
- Types.cs
- AnnotationAdorner.cs