Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebControls / CreateUserErrorEventArgs.cs / 1305376 / CreateUserErrorEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System.Web.Security; 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; 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
- DataConnectionHelper.cs
- Encoder.cs
- ColumnTypeConverter.cs
- CompositeDataBoundControl.cs
- TreeWalker.cs
- DecoderFallbackWithFailureFlag.cs
- FieldNameLookup.cs
- MailDefinition.cs
- storepermission.cs
- SoapAttributeOverrides.cs
- WriteFileContext.cs
- FormViewDeleteEventArgs.cs
- COAUTHINFO.cs
- IgnorePropertiesAttribute.cs
- ApplicationHost.cs
- RoutedEvent.cs
- ColumnResult.cs
- Wizard.cs
- InlineObject.cs
- Control.cs
- StreamResourceInfo.cs
- ReferentialConstraintRoleElement.cs
- ToolStripContainer.cs
- OuterGlowBitmapEffect.cs
- ExtendedProperty.cs
- oledbmetadatacollectionnames.cs
- LineSegment.cs
- PathSegment.cs
- CopyAction.cs
- FontNamesConverter.cs
- EntityDataSourceQueryBuilder.cs
- ListViewHitTestInfo.cs
- TreeNodeStyle.cs
- PropertyOverridesDialog.cs
- MultiBindingExpression.cs
- RewritingSimplifier.cs
- _WinHttpWebProxyDataBuilder.cs
- Point3D.cs
- StringCollection.cs
- CanExecuteRoutedEventArgs.cs
- BindingUtils.cs
- ListViewPagedDataSource.cs
- XmlDownloadManager.cs
- LicenseContext.cs
- ReflectionPermission.cs
- DataGridViewColumnEventArgs.cs
- XmlNode.cs
- FormsAuthenticationTicket.cs
- SvcMapFileLoader.cs
- xdrvalidator.cs
- CacheRequest.cs
- DisplayInformation.cs
- ConfigXmlCDataSection.cs
- XmlTextReaderImplHelpers.cs
- MenuScrollingVisibilityConverter.cs
- DesignerVerb.cs
- ContentWrapperAttribute.cs
- StateMachineHelpers.cs
- InvalidCastException.cs
- ProgressBarHighlightConverter.cs
- PartialTrustVisibleAssembliesSection.cs
- TransformedBitmap.cs
- RecordBuilder.cs
- XmlSerializerVersionAttribute.cs
- DataGridViewImageColumn.cs
- FamilyTypeface.cs
- ContainerUIElement3D.cs
- AssertSection.cs
- SpecularMaterial.cs
- MatrixKeyFrameCollection.cs
- Pkcs7Signer.cs
- EqualityComparer.cs
- RegexCompiler.cs
- ApplicationServiceManager.cs
- OdbcConnectionStringbuilder.cs
- DataGridViewSelectedCellCollection.cs
- ExtendedPropertyCollection.cs
- prefixendpointaddressmessagefilter.cs
- uribuilder.cs
- CompoundFileStorageReference.cs
- DataGridViewRowEventArgs.cs
- SmtpReplyReaderFactory.cs
- ContentPropertyAttribute.cs
- OdbcFactory.cs
- StylusOverProperty.cs
- ValidatedControlConverter.cs
- ViewKeyConstraint.cs
- DecodeHelper.cs
- Decorator.cs
- InProcStateClientManager.cs
- NavigationExpr.cs
- CoreChannel.cs
- SerializationSectionGroup.cs
- PeerCredentialElement.cs
- BasicKeyConstraint.cs
- SqlBinder.cs
- MediaEntryAttribute.cs
- AutoGeneratedField.cs
- XPathMultyIterator.cs
- LinkDescriptor.cs