Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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;
}
}
}
}
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SrgsText.cs
- newitemfactory.cs
- FontCollection.cs
- SafeThreadHandle.cs
- TdsEnums.cs
- SmtpReplyReader.cs
- XPathParser.cs
- RawAppCommandInputReport.cs
- InputScopeNameConverter.cs
- MethodRental.cs
- MetabaseSettings.cs
- AnnotationAdorner.cs
- QilExpression.cs
- SupportsEventValidationAttribute.cs
- TextViewSelectionProcessor.cs
- SQLDateTimeStorage.cs
- XmlDownloadManager.cs
- XmlBinaryReader.cs
- SoapSchemaMember.cs
- RuleDefinitions.cs
- DataGridViewLinkCell.cs
- DataListItem.cs
- ListViewItem.cs
- ProtocolsConfigurationHandler.cs
- FuncCompletionCallbackWrapper.cs
- CollectionViewGroup.cs
- FileDialogCustomPlace.cs
- MetaTable.cs
- ObjectAssociationEndMapping.cs
- QilIterator.cs
- SafeFileMappingHandle.cs
- MimeReflector.cs
- DataGridViewAutoSizeColumnsModeEventArgs.cs
- CalendarDataBindingHandler.cs
- SocketSettings.cs
- HitTestParameters.cs
- CommonGetThemePartSize.cs
- LinearGradientBrush.cs
- FormViewModeEventArgs.cs
- SqlMethodTransformer.cs
- PathTooLongException.cs
- StyleCollection.cs
- Color.cs
- SmtpTransport.cs
- ThumbAutomationPeer.cs
- InkCollectionBehavior.cs
- AnimatedTypeHelpers.cs
- AliasGenerator.cs
- DBSqlParserTableCollection.cs
- BitmapCacheBrush.cs
- State.cs
- StringFunctions.cs
- CommonRemoteMemoryBlock.cs
- IntSumAggregationOperator.cs
- FactoryId.cs
- XmlSchemaParticle.cs
- EventQueueState.cs
- ChannelManager.cs
- XmlJsonWriter.cs
- SystemFonts.cs
- PathData.cs
- SendMailErrorEventArgs.cs
- RenderCapability.cs
- XslAst.cs
- FigureParagraph.cs
- WindowCollection.cs
- InvokeHandlers.cs
- DashStyle.cs
- BindingMAnagerBase.cs
- CacheSection.cs
- CompilerTypeWithParams.cs
- BindingGroup.cs
- ValidatedMobileControlConverter.cs
- RepeaterItemEventArgs.cs
- SystemIPGlobalStatistics.cs
- WindowsGraphics.cs
- ColumnClickEvent.cs
- SchemaExporter.cs
- PopupRoot.cs
- AssemblyAssociatedContentFileAttribute.cs
- _AutoWebProxyScriptHelper.cs
- CompletedAsyncResult.cs
- MatrixCamera.cs
- ObjectSet.cs
- EntityParameter.cs
- ConfigurationManager.cs
- ListViewGroup.cs
- _StreamFramer.cs
- DbException.cs
- DeclaredTypeValidator.cs
- DurableEnlistmentState.cs
- WriteableBitmap.cs
- Cast.cs
- ThreadStaticAttribute.cs
- MarginsConverter.cs
- BinaryObjectWriter.cs
- PeerNameRecordCollection.cs
- smtppermission.cs
- NumericUpDown.cs
- XmlSerializerVersionAttribute.cs