|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
LibraryFunctionError
LibraryFunctionError[name, code]
represents an error returned from a LibraryFunction.
DetailsDetails
- Wolfram Libraries are dynamic libraries that follow the Wolfram LibraryLink structure.
- LibraryFunctionError is returned from a call to a LibraryFunction when an error takes place.
- LibraryFunction objects are created by LibraryFunctionLoad.
ExamplesExamplesopen allclose all
Basic Examples (1)Basic Examples (1)
This example library shows how errors are treated by library functions:
| In[1]:= |
| Out[1]= |
When a library function returns an error result, a LibraryFunctionError is returned by Mathematica:
| In[2]:= |
| Out[2]= |
New in 8
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
