Visioscan Set SDK Libraries 1.0.28
Visioscan Set SDK Help documentation file for C++ and C++/CLI
 
Loading...
Searching...
No Matches
ThreadCreationException Class Reference

An Exception used when a thread creation error is detected. More...

#include <ThreadCreationException.h>

Inheritance diagram for ThreadCreationException:

Public Member Functions

 ThreadCreationException (const char *message, const char *translateCode)
 Copy constructor.
 
 ThreadCreationException (const string &message, string translateCode)
 Copy constructor.
 
 ThreadCreationException (ThreadCreationException const &) noexcept=default
 Copy constructor.
 
ThreadCreationExceptionoperator= (ThreadCreationException const &) noexcept=default
 Assignation operator.
 
 ~ThreadCreationException () override=default
 
const char * what () const noexcept override
 Overload of message retrie.
 

Detailed Description

An Exception used when a thread creation error is detected.

Constructor & Destructor Documentation

◆ ThreadCreationException() [1/3]

ThreadCreationException::ThreadCreationException ( const char * message,
const char * translateCode )
inlineexplicit

Copy constructor.

Parameters
messageA message pointer to a char

◆ ThreadCreationException() [2/3]

ThreadCreationException::ThreadCreationException ( const string & message,
string translateCode )
inlineexplicit

Copy constructor.

Parameters
messageA message string to a char

◆ ThreadCreationException() [3/3]

ThreadCreationException::ThreadCreationException ( ThreadCreationException const & )
defaultnoexcept

Copy constructor.

Returns

◆ ~ThreadCreationException()

ThreadCreationException::~ThreadCreationException ( )
overridedefault

Member Function Documentation

◆ operator=()

ThreadCreationException & ThreadCreationException::operator= ( ThreadCreationException const & )
defaultnoexcept

Assignation operator.

Returns

◆ what()

const char * ThreadCreationException::what ( ) const
inlineoverridenoexcept

Overload of message retrie.

Returns
A pointer to a char representing the message

The documentation for this class was generated from the following file: