\r\n

51Degrees Device Detection C/C++  4.4

A device detection library that is used natively or by 51Degrees products

fiftyoneDegreesException Struct Reference

Detailed Description

Structure used to represent a 51Degrees exception and passed into methods that might generate exceptions.

The FIFTYONE_DEGREES_EXCEPTION_SET macro should be used to set the status code.

Parameters
exception - pointer to an exception data structure to be used if an exception occurs. See exceptions.h.

Data Fields

const char *  file
File generating the exception.
const char *  func
Function generating the exception.
int  line
Line number generating the exception.
fiftyoneDegreesStatusCode  status
Status code to assign.

The documentation for this struct was generated from the following file:
  • /home/runner/work/device-detection-cxx/device-detection-cxx/common/device-detection-cxx/src/common-cxx/exceptions.h
On This Page