Represents an error state that occurred while executing an OpenCL API call.
More...
List of all members.
Detailed Description
Represents an error state that occurred while executing an OpenCL API call.
- See also:
- ComputeErrorCode
Constructor & Destructor Documentation
Member Function Documentation
static void Cloo.ComputeException.ThrowOnError |
( |
int |
errorCode |
) |
[static] |
Checks for an OpenCL error code and throws a ComputeException
if such is encountered.
- Parameters:
-
| errorCode | The value to be checked for an OpenCL error. |
static void Cloo.ComputeException.ThrowOnError |
( |
ComputeErrorCode |
errorCode |
) |
[static] |
Checks for an OpenCL error code and throws a ComputeException
if such is encountered.
- Parameters:
-
| errorCode | The OpenCL error code. |
Property Documentation
The documentation for this class was generated from the following file: