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,
	Exception innerEx
)
Visual Basic
Public Sub New ( _
	errorMessage As String, _
	innerEx As Exception _
)
Visual C++
public:
CustomErrorException(
	String^ errorMessage, 
	Exception^ innerEx
)

Parameters

errorMessage
Type: System..::..String
The error message.
innerEx
Type: System..::..Exception
The inner exception.

See Also