MSI Afterburner - MSI Graphics Card Performance Booster
A sublclass of ApplicationException used as the base class for the other MSIAfterburner.NET exception classes.

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

Syntax

C#
[SerializableAttribute]
public class CustomErrorException : ApplicationException
Visual Basic
<SerializableAttribute> _
Public Class CustomErrorException _
	Inherits ApplicationException
Visual C++
[SerializableAttribute]
public ref class CustomErrorException : public ApplicationException

Inheritance Hierarchy

See Also