Class InvalidPasswordException
An exception class which should be used to throw exceptions when password validations fail.
Inheritance
System.Object
InvalidPasswordException
Namespace: DotNetNuke.Entities.Users
Assembly: DotNetNuke.dll
Syntax
public class InvalidPasswordException : Exception
Constructors
| Improve this Doc View SourceInvalidPasswordException()
Initializes a new instance of the InvalidPasswordException class.
Declaration
public InvalidPasswordException()
InvalidPasswordException(String, Exception)
Initializes a new instance of the InvalidPasswordException class with a message and an inner exception.
Declaration
public InvalidPasswordException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | Exception message. |
Exception | innerException | Inner exception to wrap. |
InvalidPasswordException(String)
Initializes a new instance of the InvalidPasswordException class with a message.
Declaration
public InvalidPasswordException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | Exception message. |