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

Namespace:  Easymap.AddIn.Common
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public class InternalException : InvalidOperationException
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