Click or drag to resize

KeeperCanceled Class

Login is cancelled exception.
Inheritance Hierarchy
SystemObject
  SystemException
    KeeperSecurity.AuthenticationKeeperCanceled

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

The KeeperCanceled type exposes the following members.

Constructors
 NameDescription
Public methodKeeperCanceledInitializes a new instance of the KeeperCanceled class
Public methodKeeperCanceled(String, String)Initializes a new instance of the KeeperCanceled class
Top
Properties
 NameDescription
Public propertyReason 
Top
See Also