CapstoneException

Exception thrown on errors in the wrapped Capstone library

Constructors

this
this(string msg, ErrorCode errno, string file, size_t line, Throwable next)
Undocumented in source.
this
this(ErrorCode errno, string file, size_t line, Throwable next)
Undocumented in source.

Members

Variables

errCode
ErrorCode errCode;

Denotes the kind of error

Meta