Exception thrown when MKL returns an error condition when computing as FFT

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public class FFTKernelException : NMathException
Visual Basic (Declaration)
Public Class FFTKernelException _
	Inherits NMathException
Visual C++
public ref class FFTKernelException : public NMathException

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    System..::.ApplicationException
      CenterSpace.NMath.Core..::.NMathException
        CenterSpace.NMath.Core..::.FFTKernelException

See Also