Class UpdateUserException
Inheritance
UpdateUserException
Assembly: DotNetNuke.dll
Syntax
public class UpdateUserException : Exception, ISerializable, _Exception
Constructors
UpdateUserException()
Declaration
public UpdateUserException()
UpdateUserException(SerializationInfo, StreamingContext)
Declaration
protected UpdateUserException(SerializationInfo info, StreamingContext context)
Parameters
UpdateUserException(string)
Declaration
public UpdateUserException(string message)
Parameters
| Type |
Name |
Description |
| string |
message |
|
UpdateUserException(string, Exception)
Declaration
public UpdateUserException(string message, Exception innerException)
Parameters
Implements
Extension Methods