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
- DSASignatureFormatter.cs
- RefExpr.cs
- TraceUtility.cs
- TrustManagerPromptUI.cs
- ConfigurationStrings.cs
- MessagePropertyDescription.cs
- WebPartZoneDesigner.cs
- SQLSingleStorage.cs
- X509Logo.cs
- SendMessageRecord.cs
- ToolBarButton.cs
- OrCondition.cs
- Int32RectValueSerializer.cs
- ChannelServices.cs
- WebPartAuthorizationEventArgs.cs
- XmlLoader.cs
- X509ChainPolicy.cs
- XPathEmptyIterator.cs
- StructuredTypeInfo.cs
- XmlWrappingWriter.cs
- TableProvider.cs
- GenerateTemporaryTargetAssembly.cs
- ObjectComplexPropertyMapping.cs
- Panel.cs
- XmlCharCheckingReader.cs
- MethodSignatureGenerator.cs
- TextCollapsingProperties.cs
- IPHostEntry.cs
- ControlIdConverter.cs
- BasicDesignerLoader.cs
- EncoderParameter.cs
- WindowsScroll.cs
- PageThemeParser.cs
- SqlDataSourceSummaryPanel.cs
- DefaultMergeHelper.cs
- CodeDomSerializerException.cs
- XmlAttributeCache.cs
- ProfilePropertySettings.cs
- PageCodeDomTreeGenerator.cs
- ReaderWriterLockWrapper.cs
- Matrix3DValueSerializer.cs
- ScrollProperties.cs
- SourceSwitch.cs
- DbParameterCollectionHelper.cs
- Section.cs
- DbConvert.cs
- MaterializeFromAtom.cs
- SoapProtocolImporter.cs
- NonVisualControlAttribute.cs
- TopClause.cs
- UnmanagedHandle.cs
- WebServiceErrorEvent.cs
- ValueExpressions.cs
- HandlerBase.cs
- DataGridDesigner.cs
- XpsSerializationManager.cs
- QueryHandler.cs
- Bitmap.cs
- SoapMessage.cs
- CultureSpecificStringDictionary.cs
- KeyedCollection.cs
- SapiRecoInterop.cs
- CurrencyManager.cs
- DataGridViewCellCollection.cs
- HeaderCollection.cs
- OdbcCommandBuilder.cs
- HttpModuleAction.cs
- BuildDependencySet.cs
- GenericsInstances.cs
- ContractTypeNameElement.cs
- FormViewUpdatedEventArgs.cs
- NameTable.cs
- StylusButtonEventArgs.cs
- ImageIndexConverter.cs
- DbConnectionStringBuilder.cs
- ChannelPoolSettings.cs
- ImageCodecInfoPrivate.cs
- _HeaderInfoTable.cs
- DataGridColumn.cs
- Hyperlink.cs
- SqlClientPermission.cs
- Converter.cs
- versioninfo.cs
- SerializationStore.cs
- RemoteHelper.cs
- XmlChoiceIdentifierAttribute.cs
- DBPropSet.cs
- DataGridViewRowStateChangedEventArgs.cs
- RowToParametersTransformer.cs
- UInt64Storage.cs
- Helpers.cs
- PickDesigner.xaml.cs
- _KerberosClient.cs
- DocumentViewerConstants.cs
- TreeNodeStyleCollection.cs
- WorkflowFileItem.cs
- BrowserPolicyValidator.cs
- BitmapEffectInput.cs
- AnnotationComponentManager.cs
- FilterableData.cs