Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- BatchParser.cs
- WorkflowApplicationTerminatedException.cs
- SizeConverter.cs
- AnnotationHelper.cs
- AlternateViewCollection.cs
- XmlNamedNodeMap.cs
- FrugalMap.cs
- TableParagraph.cs
- AsyncPostBackErrorEventArgs.cs
- ClickablePoint.cs
- UInt64Storage.cs
- ToolStripDropDownClosedEventArgs.cs
- ProfileWorkflowElement.cs
- XmlSchemaComplexContentExtension.cs
- MultipleCopiesCollection.cs
- ComboBox.cs
- DataStreamFromComStream.cs
- DataSvcMapFile.cs
- MultiView.cs
- ParagraphVisual.cs
- DataStorage.cs
- PartitionedDataSource.cs
- XmlSchemaAttributeGroup.cs
- EntityReference.cs
- SafeHandles.cs
- BindingWorker.cs
- RtfControls.cs
- WebDescriptionAttribute.cs
- Type.cs
- ResourceDictionary.cs
- ApplicationServiceManager.cs
- DragStartedEventArgs.cs
- LogLogRecordHeader.cs
- Mapping.cs
- ContextMarshalException.cs
- HttpListenerContext.cs
- RemotingSurrogateSelector.cs
- XmlnsDefinitionAttribute.cs
- OleDbError.cs
- HealthMonitoringSectionHelper.cs
- FigureHelper.cs
- CounterSampleCalculator.cs
- InnerItemCollectionView.cs
- _LoggingObject.cs
- CodeFieldReferenceExpression.cs
- Bidi.cs
- DrawTreeNodeEventArgs.cs
- SchemaTypeEmitter.cs
- LocalizedNameDescriptionPair.cs
- TextStore.cs
- CurrentChangingEventManager.cs
- FormViewModeEventArgs.cs
- DataMemberConverter.cs
- TypeConverterAttribute.cs
- StreamInfo.cs
- XmlSignificantWhitespace.cs
- QuaternionRotation3D.cs
- XmlSchemaObjectCollection.cs
- HttpInputStream.cs
- EditingCommands.cs
- DBConnectionString.cs
- PropertyValue.cs
- EventPropertyMap.cs
- webproxy.cs
- ClientUtils.cs
- IncrementalCompileAnalyzer.cs
- WindowsListViewGroupHelper.cs
- ThreadExceptionEvent.cs
- AsymmetricCryptoHandle.cs
- Code.cs
- DataGridViewCellCancelEventArgs.cs
- CodeTypeDeclaration.cs
- EnumerableCollectionView.cs
- PrefixHandle.cs
- XmlJsonReader.cs
- KeyedCollection.cs
- ComboBox.cs
- ToolStripGripRenderEventArgs.cs
- ResourceManager.cs
- SHA384.cs
- ToolStripContainerDesigner.cs
- OperationAbortedException.cs
- HtmlInputFile.cs
- KnownBoxes.cs
- UidManager.cs
- OutputCacheProfileCollection.cs
- DeploymentSection.cs
- XslUrlEditor.cs
- ResourceReferenceExpression.cs
- SessionPageStatePersister.cs
- XmlNodeChangedEventManager.cs
- DesignerAdapterAttribute.cs
- MsmqIntegrationAppDomainProtocolHandler.cs
- XNodeSchemaApplier.cs
- BStrWrapper.cs
- CodeAttributeDeclarationCollection.cs
- XmlNamespaceMapping.cs
- ImmutableObjectAttribute.cs
- SchemaComplexType.cs
- ListViewHitTestInfo.cs