BCrypt.Net.SaltParseException.SaltParseException C# (CSharp) Méthode

SaltParseException() public méthode

Default constructor.
public SaltParseException ( ) : System
Résultat System
        public SaltParseException()
        {
        }

Same methods

SaltParseException::SaltParseException ( string message ) : System
SaltParseException::SaltParseException ( string message, Exception innerException ) : System
SaltParseException