Initializes a new instance of SaltParseException.
Namespace: BCrypt.Net
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.16.1 (3.9.16.1)
Syntax
C#
public SaltParseException( string message, Exception innerException )
Parameters
- message
- Type: SystemString
The message. - innerException
- Type: SystemException
The inner exception.
See Also