.NET/Link API Version 1.7 USE FRAMES

MathLinkException Constructor

Creates a MathLinkException given a code and textual description. Programmers will probably have no need to construct their own MathLinkExceptions.

Overload List

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

public MathLinkException(int);

Creates a MathLinkException given a code and textual description. Programmers will probably have no need to construct their own MathLinkExceptions.

public MathLinkException(int,string);

See Also

MathLinkException Class | Wolfram.NETLink Namespace