Lydos.Matlab

MatlabException 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 MatlabException(
   string message
);
[C++]
public: MatlabException(
   String* message
);
[JScript]
public function MatlabException(
   String message
);

Parameters

message
A string that describes the error.

See Also

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