Exception for signalling parse errors.
Inheritance Hierarchy
SystemException
Aerospike.ClientSaltParseException
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.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