FinsException

Fins protocol exception

Constructors

this
this(ubyte mainCode, ubyte subCode, string file, size_t line)

Constructor which takes two error codes.

Members

Functions

mainCode
ubyte mainCode()

Main error code

subCode
ubyte subCode()

Sub error code

Meta