Initializes a new instance of the InvalidPasswordException class with specific error message.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
public InvalidPasswordException(
string
)
Parameters
- message
- A message that describes the error.
See Also