MathLinkException(Int32, String) Constructor

Creates a MathLinkException given a code and textual description. 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,
	string msg
)

Parameters

code  Int32
msg  String

See Also