Click or drag to resize

IgnitionEntityNotFoundException Class

Represents a failure to retrieve a requested entity
Inheritance Hierarchy
SystemObject
  SystemException
    SystemSystemException
      SystemInvalidOperationException
        Ignition.FrameworkIgnitionEntityNotFoundException

Namespace: Ignition.Framework
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
[SerializableAttribute]
public class IgnitionEntityNotFoundException : InvalidOperationException

The IgnitionEntityNotFoundException type exposes the following members.

Constructors
 NameDescription
Public methodIgnitionEntityNotFoundExceptionInitializes a new instance of the IgnitionEntityNotFoundException class
Public methodIgnitionEntityNotFoundException(String)Initializes a new instance of the IgnitionEntityNotFoundException class
Public methodIgnitionEntityNotFoundException(String, Exception)Initializes a new instance of the IgnitionEntityNotFoundException class
Top
See Also