.NET/Link API Version 1.7 USE FRAMES

IMathLink.Error Property

Gets the current error state for the link.

[Visual Basic]
Property Error As Integer
[C#]
int Error {get;}

Remarks

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.

See Also

IMathLink Interface | Wolfram.NETLink Namespace | ErrorMessage | ClearError