Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / xsp / System / Web / UI / WebControls / CreateUserErrorEventArgs.cs / 1 / CreateUserErrorEventArgs.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 CreateUserErrorEventArgs : EventArgs { private MembershipCreateStatus _error; public CreateUserErrorEventArgs(MembershipCreateStatus s ) { _error = s; } ////// Gets or sets the error which caused the failure /// public MembershipCreateStatus CreateUserError { get { return _error; } set { _error = 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 CreateUserErrorEventArgs : EventArgs { private MembershipCreateStatus _error; public CreateUserErrorEventArgs(MembershipCreateStatus s ) { _error = s; } ////// Gets or sets the error which caused the failure /// public MembershipCreateStatus CreateUserError { get { return _error; } set { _error = 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
- SafeFileMappingHandle.cs
- HtmlContainerControl.cs
- arclist.cs
- WhileDesigner.cs
- WebScriptServiceHost.cs
- EntityParameter.cs
- CharacterHit.cs
- ListItem.cs
- SectionRecord.cs
- SignatureTargetIdManager.cs
- FindProgressChangedEventArgs.cs
- TransformationRules.cs
- FixedSOMFixedBlock.cs
- XLinq.cs
- WebResourceUtil.cs
- GeneratedCodeAttribute.cs
- InternalConfigSettingsFactory.cs
- PerfCounterSection.cs
- WebBrowserUriTypeConverter.cs
- DocumentXPathNavigator.cs
- ClientOperation.cs
- ServiceBusyException.cs
- Publisher.cs
- PerformanceCounterManager.cs
- TransactionScopeDesigner.cs
- BitSet.cs
- UInt64.cs
- DataKeyCollection.cs
- InvalidBodyAccessException.cs
- ToolboxBitmapAttribute.cs
- CodeVariableDeclarationStatement.cs
- Utilities.cs
- SoapSchemaMember.cs
- StringComparer.cs
- ChameleonKey.cs
- IgnoreFileBuildProvider.cs
- ComponentGlyph.cs
- Command.cs
- PageThemeBuildProvider.cs
- ThreadAbortException.cs
- XmlHierarchyData.cs
- HttpDebugHandler.cs
- Asn1IntegerConverter.cs
- TypographyProperties.cs
- Context.cs
- LinearGradientBrush.cs
- CatalogPartChrome.cs
- ExceptionDetail.cs
- CompareValidator.cs
- ConfigurationValidatorBase.cs
- CatalogPart.cs
- X500Name.cs
- CodeValidator.cs
- EntitySqlQueryState.cs
- handlecollector.cs
- Menu.cs
- EnumUnknown.cs
- SettingsSavedEventArgs.cs
- BatchParser.cs
- ModuleBuilderData.cs
- ExpressionReplacer.cs
- CfgParser.cs
- ClassHandlersStore.cs
- Size3D.cs
- DataViewSetting.cs
- PrimitiveCodeDomSerializer.cs
- SpellCheck.cs
- Gdiplus.cs
- ThreadNeutralSemaphore.cs
- Executor.cs
- TextServicesCompartmentEventSink.cs
- DataGridViewCellContextMenuStripNeededEventArgs.cs
- UnaryExpression.cs
- WindowHideOrCloseTracker.cs
- ManipulationVelocities.cs
- ClientType.cs
- FormViewAutoFormat.cs
- RoutedEvent.cs
- SqlUserDefinedTypeAttribute.cs
- PointConverter.cs
- Math.cs
- DocumentSequence.cs
- AdPostCacheSubstitution.cs
- ColorBlend.cs
- ComponentEvent.cs
- StreamGeometry.cs
- StringUtil.cs
- Panel.cs
- FillBehavior.cs
- BitmapData.cs
- Util.cs
- MetadataStore.cs
- Int16KeyFrameCollection.cs
- BooleanStorage.cs
- XmlAtomicValue.cs
- CodeAttributeDeclarationCollection.cs
- SQLInt32.cs
- UserNamePasswordValidator.cs
- SQLBytes.cs
- ResXResourceReader.cs