Class UserUserControlBase.UserUpdateErrorArgs
The UserUpdateErrorArgs class provides a customised EventArgs class for the UserUpdateError Event.
Inheritance
System.Object
UserUserControlBase.UserUpdateErrorArgs
Inherited Members
Namespace: DotNetNuke.Entities.Modules
Assembly: DotNetNuke.dll
Syntax
public class UserUpdateErrorArgs : UserUserControlBase.BaseUserEventArgs
Constructors
| Improve this Doc View SourceUserUpdateErrorArgs(Int32, String, String)
Initializes a new instance of the UserUserControlBase.UserUpdateErrorArgs class. Constructs a new UserUpdateErrorArgs.
Declaration
public UserUpdateErrorArgs(int id, string name, string message)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | id | The Id of the User. |
System.String | name | The user name of the User. |
System.String | message | The error message. |
Properties
| Improve this Doc View SourceMessage
Gets or sets the error message.
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
System.String |