Lydos.Matlab

MatlabPutVariableFailedException Class

The exception that is thrown when a function failed to set a variable in Matlab.

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

System.Object
   System.Exception
      Lydos.Matlab.MatlabPutVariableFailedException

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

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

MatlabPutVariableFailedException Members | Lydos.Matlab Namespace