MathLinkException(Int32) Constructor

Creates a MathLinkException given an error code. Programmers will probably have no need to construct their own MathLinkExceptions.

Definition

Namespace: Wolfram.NETLink
Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
C#
public MathLinkException(
	int code
)

Parameters

code  Int32
 

Remarks

Only use this form for non-MathLink errors.

See Also