Click or drag to resize

IgnitionFlashpointCommunicationException Class

Represents an error caused by a failure to communicate with Flashpoint
Inheritance Hierarchy
SystemObject
  SystemException
    Ignition.FrameworkIgnitionFlashpointCommunicationException

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

The IgnitionFlashpointCommunicationException type exposes the following members.

Constructors
 NameDescription
Public methodIgnitionFlashpointCommunicationExceptionInitializes a new instance of the IgnitionFlashpointCommunicationException class
Public methodIgnitionFlashpointCommunicationException(String)Initializes a new instance of the IgnitionFlashpointCommunicationException class
Public methodIgnitionFlashpointCommunicationException(String, Exception)Initializes a new instance of the IgnitionFlashpointCommunicationException class
Top
See Also