<PackageReference Include="BCrypt.Net-Core" Version="1.0.0" />

BCrypt.Net.SaltParseException

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