Exception signalling that an internal error has occured in the system. Internal errors often signal an unexpected error in the execution of the system.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (6.2.2.8614)

Syntax

C#
public class InternalException : SystemException
Visual Basic
Public Class InternalException _
	Inherits SystemException
Visual C++
public ref class InternalException : public SystemException

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    System..::..SystemException
      Endeca.Navigation..::..InternalException

See Also