Click or drag to resize

PathwayException Class

Thrown when an invalid pathway is specified.
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 PathwayException : xTendExceptionBase
Constructors
  NameDescription
Public methodPathwayException
Initializes a new instance of the PathwayException class.
Public methodPathwayException(String)
Initializes a new instance of the PathwayException class with a specified error message.
Public methodPathwayException(SerializationInfo, StreamingContext)
Initializes a new instance of the PathwayException class with serialized data.
Top
See Also