MSI Afterburner - MSI Graphics Card Performance Booster
A CustomErrorException raised when we can't connect to MSI Afterburner's shared memory.

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

Syntax

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

Inheritance Hierarchy

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

See Also