Pylon::TimeoutException#
#include <pylon/TypeMappings.h>
Inherits from Pylon::GenericException
Public Functions#
Name | |
---|---|
TimeoutException(const char * pDescription, const char * pSourceFileName, int SourceLine) Constructs an exception. | |
virtual const char * | GetDescription() const Returns error description. |
virtual const char * | GetSourceFileName() const Returns the filename of the file where the exception was thrown. |
virtual unsigned int | GetSourceLine() const Returns the line number of the file where the exception was thrown. |
virtual const char * | what() const Returns a descriptive text of the exception. |
Additional inherited members#
Public Functions inherited from Pylon::GenericException
Name | |
---|---|
GenericException(const char * pDescription, const char * pSourceFileName, unsigned int SourceLine) Constructs an exception. |
Public Functions Documentation#
TimeoutException#
TimeoutException(
const char * pDescription,
const char * pSourceFileName,
int SourceLine
)
Constructs an exception.
GetDescription#
virtual const char * GetDescription() const
Returns error description.
GetSourceFileName#
virtual const char * GetSourceFileName() const
Returns the filename of the file where the exception was thrown.
GetSourceLine#
virtual unsigned int GetSourceLine() const
Returns the line number of the file where the exception was thrown.
what#
virtual const char * what() const
Returns a descriptive text of the exception.
Updated on 5 July 2022 at 15:30:00