CADability dotNET
Exception which is thrown when the is not egnough memory for the 3D display driver

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public class PaintTo3DOutOfMemory : ApplicationException
Visual Basic
Public Class PaintTo3DOutOfMemory _
	Inherits ApplicationException
Visual C++
public ref class PaintTo3DOutOfMemory : public ApplicationException

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    System..::..ApplicationException
      CADability..::..PaintTo3DOutOfMemory

See Also