Exception for signalling parse errors.
Inheritance Hierarchy
SystemException
BCrypt.NetSaltParseException
Namespace: BCrypt.Net
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.16.1 (3.9.16.1)
Syntax
C#
public class SaltParseException : Exception
Constructors
Name | Description | |
---|---|---|
![]() | SaltParseException | Default constructor. |
![]() | SaltParseException(String) | Initializes a new instance of SaltParseException. |
![]() | SaltParseException(String, Exception) | Initializes a new instance of SaltParseException. |
See Also