Click or drag to resize

InternalException Class

Defines exceptions that are thrown by a test item provider and that are wrapped in this exception.
Inheritance Hierarchy
SystemObject
  SystemException
    SystemSystemException
      SystemInvalidOperationException
        Easymap.AddIn.CommonInternalException

Namespace: Easymap.AddIn.Common
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public class InternalException : InvalidOperationException

The InternalException type exposes the following members.

Constructors
 NameDescription
Public methodInternalException Initializes a new instance of the InternalException class
Public methodInternalException(String) Initializes a new instance of the InternalException class
Public methodInternalException(String, Exception) Initializes a new instance of the InternalException class
Top
See Also