MathLinkExceptionErrCode Property

Gets the integer code associated with the MathLink error.

Definition

Namespace: Wolfram.NETLink
Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
C#
public int ErrCode { get; }

Property Value

Int32

Remarks

These numbers are a superset of those defined in the mathlink.h header file.

See Also