Click or drag to resize

KeeperApiException Constructor

Initializes a new instance of the KeeperApiException class

Namespace: KeeperSecurity.Authentication
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public KeeperApiException(
	string code,
	string message
)

Parameters

code  String

[Missing <param name="code"/> documentation for "M:KeeperSecurity.Authentication.KeeperApiException.#ctor(System.String,System.String)"]

message  String

[Missing <param name="message"/> documentation for "M:KeeperSecurity.Authentication.KeeperApiException.#ctor(System.String,System.String)"]

See Also