MSI Afterburner - MSI Graphics Card Performance Booster
Namespace containing exceptions related to MSI Afterburner Shared Memory. These exceptions are raised from the set of classes relating to the control memory and monitoring memory in the MSI.Afterburmer namespace.

Classes

  ClassDescription
Public classCustomErrorException
A sublclass of ApplicationException used as the base class for the other MSIAfterburner.NET exception classes.
Public classMACMFanControlNotManual
A CustomErrorException raised when attempting to set a fan speed when the fan is currently set to auto.
Public classMACMFeatureNotSupported
A CustomErrorException raised when attempting to set parameters for features not supported by the GPU.
Public classSharedMemoryDead
A CustomErrorException raised when we connected to MSI Afterburner's shared memory, but it is flagged as dead.
Public classSharedMemoryInvalid
A CustomErrorException raised when we connected to MSI Afterburner's shared memory, but it is not valid.
Public classSharedMemoryNotFound
A CustomErrorException raised when we can't connect to MSI Afterburner's shared memory.
Public classSharedMemoryVersionNotSupported
A CustomErrorException raised when we connected to MSI Afterburner's shared memory, but it is an unsupported version.