.NET/Link API Version 1.7 USE FRAMES

MathLinkException Constructor (Int32)

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

[Visual Basic]
Overloads Public Sub New( _
   ByVal code As Integer _
)
[C#]
public MathLinkException(
   int code
);

Remarks

Only use this form for non-MathLink errors.

See Also

MathLinkException Class | Wolfram.NETLink Namespace | MathLinkException Constructor Overload List