Lydos.Matlab

MatlabOutOfMemoryException Constructor

Initializes a new instance of this class.

Overload List

Initializes a new instance of this class.

[Visual Basic] Public Sub New()
[C#] public MatlabOutOfMemoryException();
[C++] public: MatlabOutOfMemoryException();
[JScript] public function MatlabOutOfMemoryException();

Initializes a new instance of this class with serialized data.

[Visual Basic] Protected Sub New(ByVal SerializationInfo,ByVal StreamingContext)
[C#] protected MatlabOutOfMemoryException(SerializationInfo,StreamingContext);
[C++] protected: MatlabOutOfMemoryException(SerializationInfo*,StreamingContext);
[JScript] protected function MatlabOutOfMemoryException(SerializationInfo,StreamingContext);

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

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

Initializes a new instance of this class with a specified error message and a reference to the inner exception that is the cause of this exception.

[Visual Basic] Public Sub New(ByVal String,ByVal Exception)
[C#] public MatlabOutOfMemoryException(string,Exception);
[C++] public: MatlabOutOfMemoryException(String*,Exception*);
[JScript] public function MatlabOutOfMemoryException(String,Exception);

See Also

MatlabOutOfMemoryException Class | Lydos.Matlab Namespace