.NET Matrix Library
NotEnoughMemoryException Constructor()
See Also  Send Feedback



Creates a new instance of the NotEnoughMemoryException Class class with the default message.

Syntax

Visual Basic (Declaration) 
Public Function New()
Visual Basic (Usage)Copy Code
Dim instance As New NotEnoughMemoryException()
C# 
public NotEnoughMemoryException()
C++/CLI 
public:
NotEnoughMemoryException();

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

.NET Matrix Library