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

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

Syntax

C#
public CustomErrorException(
	string errorMessage
)
Visual Basic
Public Sub New ( _
	errorMessage As String _
)
Visual C++
public:
CustomErrorException(
	String^ errorMessage
)

Parameters

errorMessage
Type: System..::..String
The error message.

See Also