BCrypt.Net.SaltParseException
namespace BCrypt.
Net
{
public class SaltParseException :
Exception
{
public SaltParseException();
public SaltParseException(
string message);
public SaltParseException(
string message,
Exception innerException);
}
}