Click or drag to resize

SystemOptionRetrievalFailedException Class

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

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

The SystemOptionRetrievalFailedException type exposes the following members.

Constructors
 NameDescription
Protected methodSystemOptionRetrievalFailedExceptionInitializes a new instance of the SystemOptionRetrievalFailedException class
Protected methodSystemOptionRetrievalFailedException(String)Initializes a new instance of the SystemOptionRetrievalFailedException class
Protected methodSystemOptionRetrievalFailedException(SerializationInfo, StreamingContext)Initializes a new instance of the SystemOptionRetrievalFailedException class
Protected methodSystemOptionRetrievalFailedException(String, Exception)Initializes a new instance of the SystemOptionRetrievalFailedException class
Top
See Also