Click or drag to resize

InvalidParameterException Class

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