Lydos.Matlab

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

Parameters

message
A string that describes the error.

See Also

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