Click or drag to resize

CircuitCountException Class

Thrown when initializing a panel and the number of circuits exceeds the ECAD circuits definition or no circuits are defined for initialization.
Inheritance Hierarchy

Namespace:  FactoryLogix.xTend
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
[SerializableAttribute]
public class CircuitCountException : xTendExceptionBase
Constructors
  NameDescription
Public methodCircuitCountException
Initializes a new instance of the CircuitCountException class.
Public methodCircuitCountException(String)
Initializes a new instance of the CircuitCountException class with a specified error message.
Public methodCircuitCountException(SerializationInfo, StreamingContext)
Initializes a new instance of the CircuitCountException class with serialized data.
Top
See Also