Lydos.Matlab

MatlabOutOfMemoryException Class

The exception that is thrown when Matlab failed because it ran out of unmanaged memory.

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

System.Object
   System.Exception
      Lydos.Matlab.MatlabException
         Lydos.Matlab.MatlabOutOfMemoryException

[Visual Basic]
Public Class MatlabOutOfMemoryException
    Inherits MatlabException
[C#]
public class MatlabOutOfMemoryException : MatlabException
[C++]
public __gc class MatlabOutOfMemoryException : public MatlabException
[JScript]
public class MatlabOutOfMemoryException extends MatlabException

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.

Requirements

Namespace: Lydos.Matlab

Assembly: Lydos.Matlab (in Lydos.Matlab.dll)

See Also

MatlabOutOfMemoryException Members | Lydos.Matlab Namespace