Method | Description | |
---|---|---|
PasswordResetFlagNotSetException ( string message ) : System |
Initializes a new instance of the PasswordResetFlagNotSetException class.
|
|
PasswordResetFlagNotSetException ( string message, Exception innerException ) : System |
Initializes a new instance of the PasswordResetFlagNotSetException class.
|
public PasswordResetFlagNotSetException ( string message ) : System | ||
message | string | /// The message. /// |
return | System |
public PasswordResetFlagNotSetException ( string message, Exception innerException ) : System | ||
message | string | /// The message. /// |
innerException | Exception | /// The inner exception. /// |
return | System |