DOCUMENTATION CENTER SEARCH
NETLink
Symbol
.NET/Link User Guide
Exceptions in .NET/Link User Guide
Tutorials »
|
$NETExceptionHandler
See Also »
GetNETException
GetNETException[]
returns the .NET exception object that was thrown in the most recent call from
Mathematica
to .NET.
MORE INFORMATION
To use
GetNETException
, you first need to load
.NET/Link
using
Needs
["NETLink`"]
.
Returns
Null
if no exception was thrown in the most recent call.
You can use
GetNETException
with
$NETExceptionHandler
to implement a custom exception-handling scheme.
SEE ALSO
$NETExceptionHandler
TUTORIALS
.NET/Link
User Guide
Exceptions in .
NET/Link
User Guide
© 2008 Wolfram Research, Inc.