Click or drag to resize

MissingInformationException Class

Thrown when one or more required properties of an object do not contain information.
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 MissingInformationException : xTendExceptionBase
Constructors
  NameDescription
Public methodMissingInformationException
Initializes a new instance of the MissingInformationException class.
Public methodMissingInformationException(String)
Initializes a new instance of the MissingInformationException class with a specified error message.
Public methodMissingInformationException(SerializationInfo, StreamingContext)
Initializes a new instance of the MissingInformationException class with serialized data.
Top
See Also