.NET/Link API Version 1.7 USE FRAMES

MathematicaNotReadyException Class

This exception is thrown in RequestTransaction when the kernel is not in a state where it is receptive to calls that originate in .NET, such as calls initiated by user actions in a .NET user interface.

For a list of all members of this type, see MathematicaNotReadyException Members.

System.Object
   System.Exception
      System.ApplicationException
         Wolfram.NETLink.MathematicaNotReadyException

[Visual Basic]
Public Class MathematicaNotReadyException
    Inherits ApplicationException
[C#]
public class MathematicaNotReadyException : ApplicationException

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

These exceptions typically propagate up into the internals of .NET/Link, where they are caught and display a message box.

You can catch and discard them if you wish.

Most programmers will have no interest in this class.

Requirements

Namespace: Wolfram.NETLink

Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll)

See Also

MathematicaNotReadyException Members | Wolfram.NETLink Namespace