SecureBridge 9.2 exception often without an error number
Posted: Sat 06 Jun 2020 10:09
Please if you raise an exception give always the specific error number.
For example in the ParsePuTTYKey()
I am trying to import key first without password. If exception for not specified password occurse I would like to ask for password. Checking the exception message is not the wished solution.
For example in the ParsePuTTYKey()
Code: Select all
raise EScError.Create('Password not specified');