MSI Afterburner - MSI Graphics Card Performance Booster
A CustomErrorException raised when we connected to MSI Afterburner's shared memory, but it is an unsupported version.

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

Syntax

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

Inheritance Hierarchy

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

See Also