Click or drag to resize

SystemOptionParsingFailedException Class

Represents a failure to convert a given system option to a requested type
Inheritance Hierarchy
SystemObject
  SystemException
    Ignition.Framework.MetadataSystemOptionRetrievalFailedException
      Ignition.Framework.MetadataSystemOptionParsingFailedException

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

The SystemOptionParsingFailedException type exposes the following members.

Constructors
 NameDescription
Public methodSystemOptionParsingFailedExceptionInitializes a new instance of the SystemOptionParsingFailedException class
Public methodSystemOptionParsingFailedException(String)Initializes a new instance of the SystemOptionParsingFailedException class
Protected methodSystemOptionParsingFailedException(SerializationInfo, StreamingContext)Initializes a new instance of the SystemOptionParsingFailedException class
Public methodSystemOptionParsingFailedException(String, Exception)Initializes a new instance of the SystemOptionParsingFailedException class
Top
See Also