NET API
HSM Dinamo
Loading...
Looking for...
No entries found
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

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