Click or drag to resize

SystemOptionNotDefinedException Class

Represents a failure to find a given system option
Inheritance Hierarchy
SystemObject
  SystemException
    Ignition.Framework.MetadataSystemOptionRetrievalFailedException
      Ignition.Framework.MetadataSystemOptionNotDefinedException

Namespace: Ignition.Framework.Metadata
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
[SerializableAttribute]
public class SystemOptionNotDefinedException : SystemOptionRetrievalFailedException

The SystemOptionNotDefinedException type exposes the following members.

Constructors
 NameDescription
Public methodSystemOptionNotDefinedExceptionInitializes a new instance of the SystemOptionNotDefinedException class
Public methodSystemOptionNotDefinedException(String)Initializes a new instance of the SystemOptionNotDefinedException class
Protected methodSystemOptionNotDefinedException(SerializationInfo, StreamingContext)Initializes a new instance of the SystemOptionNotDefinedException class
Public methodSystemOptionNotDefinedException(String, Exception)Initializes a new instance of the SystemOptionNotDefinedException class
Top
See Also