Lydos.Matlab

MatlabGetVariableFailedException Constructor (String)

Initializes a new instance of this class with a specified error message.

[Visual Basic]
Public Sub New( _ 
   ByVal message As String _ 
)
[C#]
public MatlabGetVariableFailedException(
   string message
);
[C++]
public: MatlabGetVariableFailedException(
   String* message
);
[JScript]
public function MatlabGetVariableFailedException(
   String message
);

Parameters

message
A string that describes the error.

See Also

MatlabGetVariableFailedException Class | Lydos.Matlab Namespace | MatlabGetVariableFailedException Constructor Overload List