BCrypt.Net.SaltParseException.SaltParseException C# (CSharp) Method

SaltParseException() public method

Default constructor.
public SaltParseException ( ) : System
return System
        public SaltParseException()
        {
        }

Same methods

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