Click or drag to resize

MemoryAllocationException(Exception) Constructor

Initializes a new instance of the MemoryAllocationException class

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public MemoryAllocationException(
	Exception innerException
)

Parameters

innerException  Exception

[Missing <param name="innerException"/> documentation for "M:Altaxo.Calc.MemoryAllocationException.#ctor(System.Exception)"]

See Also