MathLinkException(Int32) Constructor
Creates a MathLinkException given an error code. Programmers will probably have no need to construct
their own MathLinkExceptions.
Namespace: Wolfram.NETLinkAssembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
public MathLinkException(
int code
)
Public Sub New (
code As Integer
)
public:
MathLinkException(
int code
)
new :
code : int -> MathLinkException
Parameters
- code Int32
-
Only use this form for non-MathLink errors.