CVB++ 14.0
CvbException Class Reference

Special runtime exception to carry a native error code. More...

#include <cvb/exception.hpp>

Inherits runtime_error.

Public Member Functions

int ErrorCode () const noexcept
 Get the classic API error code. More...
 

Detailed Description

Special runtime exception to carry a native error code.

Examples
Cvb/QtStatisticsDisplay.

Member Function Documentation

◆ ErrorCode()

int ErrorCode ( ) const
inlinenoexcept

Get the classic API error code.

Returns
The classic API error code if any.
Exceptions
Doesnot throw any exception.