Lydos.Matlab

MatlabUnspecifiedException Class

The exception that is thrown when Matlab failed, but the reason is not clear.

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

System.Object
   System.Exception
      Lydos.Matlab.MatlabException
         Lydos.Matlab.MatlabUnspecifiedException

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

MatlabUnspecifiedException Members | Lydos.Matlab Namespace