.NET/Link API Version 1.7 USE FRAMES

MathLinkException Constructor (Int32, String)

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

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

Parameters

code
msg

See Also

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