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
- Site.cs
- ListViewItem.cs
- KeyEventArgs.cs
- RichTextBoxAutomationPeer.cs
- WorkflowView.cs
- CodeAttributeArgumentCollection.cs
- Activity.cs
- AspNetHostingPermission.cs
- ProxyHelper.cs
- UrlPath.cs
- SchemaImporter.cs
- DockEditor.cs
- TimeSpanMinutesOrInfiniteConverter.cs
- ObjectKeyFrameCollection.cs
- UserInitiatedRoutedEventPermission.cs
- StringBuilder.cs
- EventLogPermissionEntryCollection.cs
- SizeAnimationUsingKeyFrames.cs
- GridViewAutomationPeer.cs
- DefaultMemberAttribute.cs
- SymLanguageVendor.cs
- SystemDropShadowChrome.cs
- _NegoStream.cs
- DSASignatureDeformatter.cs
- NotFiniteNumberException.cs
- JsonSerializer.cs
- RectangleConverter.cs
- TraceListener.cs
- SecureEnvironment.cs
- SqlGenerator.cs
- ApplicationId.cs
- RootBuilder.cs
- MergablePropertyAttribute.cs
- FixedPageProcessor.cs
- WebBrowser.cs
- DbConnectionPoolGroupProviderInfo.cs
- ContentOperations.cs
- GorillaCodec.cs
- DelegatingConfigHost.cs
- Enum.cs
- TypeDescriptionProviderAttribute.cs
- ValidationErrorCollection.cs
- MessageQueueException.cs
- ReturnValue.cs
- XmlDocumentFragment.cs
- LingerOption.cs
- DisposableCollectionWrapper.cs
- FileIOPermission.cs
- QuerySettings.cs
- TextAction.cs
- OleServicesContext.cs
- WaitHandleCannotBeOpenedException.cs
- DataListComponentEditor.cs
- TransactedReceiveData.cs
- Compiler.cs
- WebHeaderCollection.cs
- OdbcConnectionPoolProviderInfo.cs
- HttpListenerRequest.cs
- WMIInterop.cs
- MediaPlayer.cs
- TcpClientChannel.cs
- MouseWheelEventArgs.cs
- FormsAuthenticationConfiguration.cs
- TraceData.cs
- JavaScriptSerializer.cs
- FixedSOMPageElement.cs
- DashStyles.cs
- DocumentPageHost.cs
- ConfigurationStrings.cs
- DateTimeFormatInfo.cs
- ProcessModule.cs
- BitmapData.cs
- HandlerElementCollection.cs
- TemplatePartAttribute.cs
- Operator.cs
- TypeExtensions.cs
- AttributeQuery.cs
- XmlIlTypeHelper.cs
- EmulateRecognizeCompletedEventArgs.cs
- EncryptedReference.cs
- QueryOptionExpression.cs
- MissingMethodException.cs
- ObjectDataSource.cs
- GeneralTransform2DTo3D.cs
- ContextMenuAutomationPeer.cs
- MetadataProperty.cs
- SeparatorAutomationPeer.cs
- PrimitiveDataContract.cs
- SettingsPropertyIsReadOnlyException.cs
- LinkLabelLinkClickedEvent.cs
- DetailsViewRowCollection.cs
- SharedStatics.cs
- ZipIOZip64EndOfCentralDirectoryLocatorBlock.cs
- COM2PropertyDescriptor.cs
- XmlSchemaSimpleContentRestriction.cs
- AppDomainAttributes.cs
- LoginName.cs
- dataprotectionpermission.cs
- ToolboxItemFilterAttribute.cs
- EntityContainerEmitter.cs