MSI Afterburner - MSI Graphics Card Performance Booster
A CustomErrorException raised when attempting to set parameters for features not supported by the GPU.

Namespace: MSI.Afterburner.Exceptions
Assembly: MSIAfterburner.NET (in MSIAfterburner.NET.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public class MACMFeatureNotSupported : CustomErrorException
Visual Basic
Public Class MACMFeatureNotSupported _
	Inherits CustomErrorException
Visual C++
public ref class MACMFeatureNotSupported : public CustomErrorException

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    System..::..ApplicationException
      MSI.Afterburner.Exceptions..::..CustomErrorException
        MSI.Afterburner.Exceptions..::..MACMFeatureNotSupported

See Also