MSI Afterburner - MSI Graphics Card Performance Booster
A CustomErrorException raised when attempting to set a fan speed when the fan is currently set to auto.

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

Syntax

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

Inheritance Hierarchy

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

See Also