Lydos.Matlab

MatlabGetVariableFailedException Class

The exception that is thrown when a function failed to get a variable from Matlab.

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

System.Object
   System.Exception
      Lydos.Matlab.MatlabException
         Lydos.Matlab.MatlabGetVariableFailedException

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

MatlabGetVariableFailedException Members | Lydos.Matlab Namespace