Share via


ChangePasswordFailureException Constructor

Include Protected Members
Include Inherited Members

Initializes a new instance of the ChangePasswordFailureException class.

Overload List

  Name Description
Public method ChangePasswordFailureException() Initializes a new instance of the ChangePasswordFailureException class.
Public method ChangePasswordFailureException(String) Initializes a new instance of the ChangePasswordFailureException class that has the specified message text.
Public method ChangePasswordFailureException(String, Exception) Initializes a new instance of the ChangePasswordFailureException class that has the specified message text and inner exception.

Top