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
- QueryInterceptorAttribute.cs
- X500Name.cs
- DaylightTime.cs
- EntityTypeBase.cs
- Assembly.cs
- DesignRelation.cs
- HwndAppCommandInputProvider.cs
- EventSinkHelperWriter.cs
- Math.cs
- QuotaThrottle.cs
- EventSource.cs
- InteropAutomationProvider.cs
- _NegoState.cs
- RegexMatchCollection.cs
- sqlstateclientmanager.cs
- CapabilitiesUse.cs
- VersionedStream.cs
- HashCodeCombiner.cs
- EDesignUtil.cs
- PKCS1MaskGenerationMethod.cs
- LinearKeyFrames.cs
- SafeNativeMethods.cs
- ButtonFieldBase.cs
- ListBindableAttribute.cs
- WsdlContractConversionContext.cs
- Collection.cs
- WindowsRichEdit.cs
- WindowsPen.cs
- DataControlReferenceCollection.cs
- ListManagerBindingsCollection.cs
- remotingproxy.cs
- ObjectDataSource.cs
- Flowchart.cs
- PartialCachingAttribute.cs
- MachineKeyConverter.cs
- AttachInfo.cs
- PropertyNames.cs
- FontCacheUtil.cs
- DBDataPermissionAttribute.cs
- FormsAuthentication.cs
- GridViewUpdatedEventArgs.cs
- SecurityPolicySection.cs
- fixedPageContentExtractor.cs
- FamilyCollection.cs
- PermissionSet.cs
- IisTraceWebEventProvider.cs
- InlineCollection.cs
- Polyline.cs
- TypeUtils.cs
- Pair.cs
- ExtenderProvidedPropertyAttribute.cs
- TransportListener.cs
- Assembly.cs
- SmtpLoginAuthenticationModule.cs
- ToolStripItemTextRenderEventArgs.cs
- WmlLinkAdapter.cs
- MatrixTransform.cs
- SchemeSettingElementCollection.cs
- NavigationWindowAutomationPeer.cs
- ObjectStateManagerMetadata.cs
- EntityEntry.cs
- Rijndael.cs
- TextRangeAdaptor.cs
- TraceContextRecord.cs
- ClientSideQueueItem.cs
- CultureSpecificStringDictionary.cs
- Merger.cs
- ArrangedElementCollection.cs
- SafeNativeMethods.cs
- DiagnosticTrace.cs
- ReflectionTypeLoadException.cs
- MultiView.cs
- EditorPartChrome.cs
- SafeFindHandle.cs
- X509UI.cs
- linebase.cs
- SiteMap.cs
- EntityContainerRelationshipSetEnd.cs
- HtmlInputButton.cs
- WrapPanel.cs
- StartUpEventArgs.cs
- BulletDecorator.cs
- CompensableActivity.cs
- AsymmetricKeyExchangeFormatter.cs
- TrackingAnnotationCollection.cs
- PolyLineSegment.cs
- ObjectConverter.cs
- AdCreatedEventArgs.cs
- DataGridrowEditEndingEventArgs.cs
- ColumnCollection.cs
- RawStylusInputCustomDataList.cs
- COMException.cs
- SoapTypeAttribute.cs
- FastPropertyAccessor.cs
- RectangleConverter.cs
- HashCodeCombiner.cs
- Pkcs7Recipient.cs
- Ports.cs
- PeerCollaborationPermission.cs
- DefaultBindingPropertyAttribute.cs