<PackageReference Include="BCrypt.Net-Core" Version="1.2.0-CI00004" />
BCrypt.Net.SaltParseException
namespace BCrypt.
Net
{
public class SaltParseException :
Exception
{
public SaltParseException();
public SaltParseException(
string message);
public SaltParseException(
string message,
Exception innerException);
}
}