Represents firmware management exception from EAL.

Namespace: EAL.Exceptions
Assembly: EAL (in EAL.dll) Version: 1.1.5.0 (1.1.5.0)

Syntax

C#
public class FwMngmtEALException : EALException
Visual Basic
Public Class FwMngmtEALException
	Inherits EALException
Visual C++
public ref class FwMngmtEALException : public EALException

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    EAL.Exceptions..::..EALException
      EAL.Exceptions..::..FwMngmtEALException

See Also