Class InvalidArgon2SettingsException
Exception that is thrown when an invalid configuration is provided.
Implements
Inherited Members
Namespace: TheXDS.MCART.Security
Assembly: MCART.Security.Argon2.dll
Syntax
public class InvalidArgon2SettingsException : Exception, ISerializable
Constructors
| Edit this page View SourceInvalidArgon2SettingsException()
Initializes a new instance of the InvalidArgon2SettingsException class.
Declaration
public InvalidArgon2SettingsException()
InvalidArgon2SettingsException(string)
Initializes a new instance of the InvalidArgon2SettingsException class with a specified error message.
Declaration
public InvalidArgon2SettingsException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The message that describes the error. |
InvalidArgon2SettingsException(string, Exception)
Initializes a new instance of the InvalidArgon2SettingsException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Declaration
public InvalidArgon2SettingsException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
string | message | The error message that explains the reason for the exception. |
Exception | innerException | The exception that is the cause of the current exception. |