SystemOptionRetrievalFailedException Class

Represents a failure to access a given system option

Definition

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

Constructors

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

See Also