MathLinkException(Int32, String) Constructor
Creates a MathLinkException given a code and textual description. Programmers will probably have no need to
construct their own MathLinkExceptions.
Namespace: Wolfram.NETLinkAssembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
public MathLinkException(
int code,
string msg
)
Public Sub New (
code As Integer,
msg As String
)
public:
MathLinkException(
int code,
String^ msg
)
new :
code : int *
msg : string -> MathLinkException
Parameters
- code Int32
- msg String