Lydos.Matlab

MatlabBadTypeException Class

The exception that is thrown when attempting to use a Matrix with a non-double Matlab type.

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

System.Object
   System.Exception
      Lydos.Matlab.MatlabException
         Lydos.Matlab.MatlabBadTypeException

[Visual Basic]
Public Class MatlabBadTypeException
    Inherits MatlabException
[C#]
public class MatlabBadTypeException : MatlabException
[C++]
public __gc class MatlabBadTypeException : public MatlabException
[JScript]
public class MatlabBadTypeException 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

MatlabBadTypeException Members | Lydos.Matlab Namespace