51Degrees Common C/C++  4.1

A shared functionality library that is used 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.

Public Attributes

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: