Click or drag to resize

KeeperApiException Class

Keeper JSON API error.
Inheritance Hierarchy
SystemObject
  SystemException
    KeeperSecurity.AuthenticationKeeperApiException
      KeeperSecurity.VaultNoActiveShareWithUserException

Namespace: KeeperSecurity.Authentication
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax
C#
public class KeeperApiException : Exception

The KeeperApiException type exposes the following members.

Constructors
 NameDescription
Public methodKeeperApiException Creates KeeperApiException
Top
Properties
 NameDescription
Public propertyCode Error code.
Top
See Also