IMathLinkError Property
Gets the current error state for the link.
Namespace: Wolfram.NETLinkAssembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
ReadOnly Property Error As Integer
Get
property int Error {
int get ();
}
abstract Error : int with get
Return Value
Int32The error code; will be 0 if no error.
The actual integer code returned is probably not very useful to most programmers, except to note that 0 means
"no error" and anything else means there was an error.
You can use ErrorMessage to get a readable string describing the error.