MSI Afterburner - MSI Graphics Card Performance Booster
Initializes a new instance of the SharedMemoryDead class.

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

Syntax

C#
public SharedMemoryDead(
	Exception innerEx
)
Visual Basic
Public Sub New ( _
	innerEx As Exception _
)
Visual C++
public:
SharedMemoryDead(
	Exception^ innerEx
)

Parameters

innerEx
Type: System..::..Exception
The inner exception.

See Also