SystemOptionNotDefinedException Class

Represents a failure to find a given system option

Definition

Namespace: Ignition.Framework.Metadata
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
[SerializableAttribute]
public class SystemOptionNotDefinedException : SystemOptionRetrievalFailedException
Inheritance
Object    Exception    SystemOptionRetrievalFailedException    SystemOptionNotDefinedException

Constructors

SystemOptionNotDefinedExceptionInitializes a new instance of the SystemOptionNotDefinedException class
SystemOptionNotDefinedException(String)Initializes a new instance of the SystemOptionNotDefinedException class
SystemOptionNotDefinedException(SerializationInfo, StreamingContext)Initializes a new instance of the SystemOptionNotDefinedException class
SystemOptionNotDefinedException(String, Exception)Initializes a new instance of the SystemOptionNotDefinedException class

See Also