NET API
HSM Dinamo
Loading...
Looking for...
No entries found
Public Members | Properties
DinamoException Class Reference

Exception class for Dinamo errors. More...

+ Hierarchy diagram of the DinamoException class:

Public Members

 DinamoException (int errorCode, string description)
 Exception class for cryptographic operations.
 

Properties

int ErrorCode [get]
 
string Function [get]
 
override string Message [get]
 

Detailed description

Exception class for Dinamo errors.

Examples
atoken.cs, bchain_ckd.cs, bchain_eddsa_sign.cs, bchain_get_address.cs, bchain_get_pub.cs, bchain_sign_hash.cs, block_object.cs, export_import_tr31.cs, m_of_n.cs, read_file.cs, spb.cs, spb_file_cip.cs and spb_import_activate.cs.

Builders and Destructors

DinamoException()

DinamoException ( int  errorCode,
string  description 
)
inline

Exception class for cryptographic operations.

Parameters
errorCodeError number.
descriptionDescription of the error.

Properties

ErrorCode

int ErrorCode
get

Function

string Function
get

Message

override string Message
get